Browse Source

Special case another community contribution: Clojure

Joe Ferguson 11 years ago
parent
commit
109a7a7e06
2 changed files with 5 additions and 2 deletions
  1. 2 2
      clojure/README.md
  2. 3 0
      update.sh

+ 2 - 2
clojure/README.md

@@ -54,10 +54,10 @@ This will build your project into a jar file located in your project's target/ub
 
 
 ## Issues
 ## Issues
 
 
-If you have any questions about the image, please contact us through a [GitHub issue](https://github.com/docker-library/clojure/issues) or in the IRC channel `#docker-library` on [Freenode](https://freenode.net).
+If you have any questions about the image, please contact us through a [GitHub issue](https://github.com/Quantisan/docker-clojure/issues) or in the IRC channel `#docker-library` on [Freenode](https://freenode.net).
 
 
 ## Contributing
 ## Contributing
 
 
 If you want to contribute new features or updates, we are always thrilled to receive pull requests, and do our best to process them as fast as possible.
 If you want to contribute new features or updates, we are always thrilled to receive pull requests, and do our best to process them as fast as possible.
 
 
-We recommend discussing your plans through a [GitHub issue](https://github.com/docker-library/clojure/issues) before starting to code - especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give feedback on your design, and maybe point out if someone else is working on the same thing.
+We recommend discussing your plans through a [GitHub issue](https://github.com/Quantisan/docker-clojure/issues) before starting to code - especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give feedback on your design, and maybe point out if someone else is working on the same thing.

+ 3 - 0
update.sh

@@ -20,6 +20,9 @@ for repo in "${repos[@]}"; do
 		hylang)
 		hylang)
 			gitRepo='https://github.com/hylang/hy'
 			gitRepo='https://github.com/hylang/hy'
 			;;
 			;;
+		clojure)
+			gitRepo='https://github.com/Quantisan/docker-clojure'
+			;;
 		*)
 		*)
 			gitRepo="https://github.com/docker-library/$repo"
 			gitRepo="https://github.com/docker-library/$repo"
 			;;
 			;;