Update GitHub username.

alphabetum -> xwmx
This commit is contained in:
William Melody 2020-03-18 12:02:45 -07:00
parent 9f0c3d1773
commit 925de9dca5
3 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
To install with [Homebrew](http://brew.sh/): To install with [Homebrew](http://brew.sh/):
```bash ```bash
brew tap alphabetum/taps && brew install alphabetum/taps/hosts brew tap xwmx/taps && brew install xwmx/taps/hosts
``` ```
### npm ### npm
@ -33,7 +33,7 @@ npm install --global hosts.sh
To install with [bpkg](https://github.com/bpkg/bpkg): To install with [bpkg](https://github.com/bpkg/bpkg):
```bash ```bash
bpkg install alphabetum/hosts bpkg install xwmx/hosts
``` ```
### Manual ### Manual
@ -42,7 +42,7 @@ To install manually, simply add the `hosts` script to your `$PATH`. If
you already have a `~/bin` directory, you can use the following command: you already have a `~/bin` directory, you can use the following command:
```bash ```bash
curl -L https://raw.github.com/alphabetum/hosts/master/hosts \ curl -L https://raw.github.com/xwmx/hosts/master/hosts \
-o ~/bin/hosts && chmod +x ~/bin/hosts -o ~/bin/hosts && chmod +x ~/bin/hosts
``` ```

4
hosts
View File

@ -8,9 +8,9 @@
# #
# A program for managing host file entries. # A program for managing host file entries.
# #
# https://github.com/alphabetum/hosts # https://github.com/xwmx/hosts
# #
# Based on Bash Boilerplate: https://github.com/alphabetum/bash-boilerplate # Based on Bash Boilerplate: https://github.com/xwmx/bash-boilerplate
# #
# Updates copyright (c) 2015 William Melody • hi@williammelody.com # Updates copyright (c) 2015 William Melody • hi@williammelody.com

View File

@ -15,14 +15,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/alphabetum/hosts.git" "url": "git+https://github.com/xwmx/hosts.git"
}, },
"author": "William Melody", "author": "William Melody",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/alphabetum/hosts/issues" "url": "https://github.com/xwmx/hosts/issues"
}, },
"homepage": "https://github.com/alphabetum/hosts#readme", "homepage": "https://github.com/xwmx/hosts#readme",
"keywords": [ "keywords": [
"hosts", "hosts",
"shell", "shell",