diff --git a/bootstrap.sh b/bootstrap.sh index acf5877b3..1a443aab7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -124,7 +124,7 @@ fi install_directory="" tmp_zip="/tmp/narwhal.zip" -github_user="cappuccino" +github_user="280north" github_ref="master" tusk_install_command="install" @@ -149,7 +149,7 @@ usage: ./bootstrap.sh [OPTIONS] --directory [DIR]: Use a directory other than /usr/local/narwhal. --clone: Do "git clone git://" instead of downloading zips. --clone-http: Do "git clone http://" instead of downloading zips. - --github-user [USER]: Use another github user (default: cappuccino). + --github-user [USER]: Github user for the narwhal project (default: 280north). --github-ref [REF]: Use another git ref (default: master). --install-capp: Install "objective-j" and "cappuccino" packages. --install-test: Install "ojtest" package. diff --git a/common.jake b/common.jake index fa7c776d8..28c1d6e64 100644 --- a/common.jake +++ b/common.jake @@ -77,7 +77,7 @@ ensurePackageUpToDate("browserjs", "0.1.1"); ensurePackageUpToDate("shrinksafe", "0.2"); ensurePackageUpToDate("narwhal", "0.3.1", { noupdate : true, - message : "Update Narwhal by re-running bootstrap.sh, or pulling the latest from git (see: http://github.com/cappuccino/narwhal)." + message : "Update Narwhal by re-running bootstrap.sh, or pulling the latest from git (see: http://github.com/280north/narwhal)." }); ensurePackageUpToDate("narwhal-jsc", "0.3", { optional : true,