diff --git a/README.md b/README.md index 9589089..7334b2f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To install with [Homebrew](http://brew.sh/): ```bash -brew tap alphabetum/taps && brew install alphabetum/taps/hosts +brew tap xwmx/taps && brew install xwmx/taps/hosts ``` ### npm @@ -33,7 +33,7 @@ npm install --global hosts.sh To install with [bpkg](https://github.com/bpkg/bpkg): ```bash -bpkg install alphabetum/hosts +bpkg install xwmx/hosts ``` ### 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: ```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 ``` diff --git a/hosts b/hosts index 64b020e..3dc306b 100755 --- a/hosts +++ b/hosts @@ -8,9 +8,9 @@ # # 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 diff --git a/package.json b/package.json index e83598f..3240e75 100644 --- a/package.json +++ b/package.json @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/alphabetum/hosts.git" + "url": "git+https://github.com/xwmx/hosts.git" }, "author": "William Melody", "license": "MIT", "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": [ "hosts", "shell",