Jelajahi Sumber

Special case another community contribution: Clojure

Joe Ferguson 11 tahun lalu
induk
melakukan
109a7a7e06
2 mengubah file dengan 5 tambahan dan 2 penghapusan
  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
 
-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
 
 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)
 			gitRepo='https://github.com/hylang/hy'
 			;;
+		clojure)
+			gitRepo='https://github.com/Quantisan/docker-clojure'
+			;;
 		*)
 			gitRepo="https://github.com/docker-library/$repo"
 			;;