diff --git a/HACKING.rst b/HACKING.rst index 46a18011..9fc4cab2 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -9,7 +9,7 @@ Grenade is written in POSIX shell script. It is specifies BASH and is compatible with Bash 3. Grenade's official repository is located on GitHub at -https://github.com/dtroyer/grenade.git. +https://github.com/nebula/grenade.git. diff --git a/setup-grenade b/setup-grenade index 179e2509..8dfb85a5 100755 --- a/setup-grenade +++ b/setup-grenade @@ -10,7 +10,7 @@ SRC_DIR=$(cd $(dirname "$0") && pwd) # Source params source $SRC_DIR/grenaderc -GRENADE_REPO=git@github.com:dtroyer/grenade.git +GRENADE_REPO=git@github.com:nebula/grenade.git GRENADE_DIR=$DEST/grenade HOST=${1:-localhost}