From dfdb0881cb5456e0a3266eb9230de4e63ec6cc80 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 19 Sep 2012 12:34:06 -0500 Subject: [PATCH] Change repo references to nebula --- HACKING.rst | 2 +- setup-grenade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}