Update stackbrew for nodejs org change

This commit is contained in:
Christopher Horrell 2015-09-04 15:48:32 -04:00
parent 270a35cb15
commit f4d476f6f5
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ cd $(cd ${0%/*} && pwd -P);
versions=( */ )
versions=( "${versions[@]%/}" )
url='git://github.com/joyent/docker-node'
url='git://github.com/nodejs/docker-node'
echo '# maintainer: Joyent Image Team <image-team@joyent.com> (@joyent)'
echo '# maintainer: Node.js Docker Team <https://github.com/nodejs/docker-node> (@nodejs)'
for version in "${versions[@]}"; do
eval stub=$(echo "$version" | awk -F. '{ print "$array_" $1 "_" $2 }');