Skip to content

Commit

Permalink
Remove docker-library/jetty references
Browse files Browse the repository at this point in the history
This is going to live under md5/docker-jetty for now
  • Loading branch information
md5 committed Feb 6, 2015
1 parent e836d0a commit 1fc8fda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

versions=( */ )
versions=( "${versions[@]%/}" )
url='git://github.com/docker-library/jetty'
url='git://github.com/md5/docker-jetty'

echo '# maintainer: InfoSiftr <[email protected]> (@infosiftr)'
echo '# maintainer: Mike Dillon <[email protected]> (@md5)'

for version in "${versions[@]}"; do
Expand Down

0 comments on commit 1fc8fda

Please sign in to comment.