Skip to content

Commit f4d476f

Browse files
author
Christopher Horrell
committed
Update stackbrew for nodejs org change
1 parent 270a35c commit f4d476f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cd $(cd ${0%/*} && pwd -P);
99

1010
versions=( */ )
1111
versions=( "${versions[@]%/}" )
12-
url='git://github.com/joyent/docker-node'
12+
url='git://github.com/nodejs/docker-node'
1313

14-
echo '# maintainer: Joyent Image Team <image-team@joyent.com> (@joyent)'
14+
echo '# maintainer: Node.js Docker Team <https://github.com/nodejs/docker-node> (@nodejs)'
1515

1616
for version in "${versions[@]}"; do
1717
eval stub=$(echo "$version" | awk -F. '{ print "$array_" $1 "_" $2 }');

0 commit comments

Comments
 (0)