From 109a7a7e06aea62eeb9948536023933a8ee342e5 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 9 Sep 2014 16:49:17 -0600 Subject: [PATCH] Special case another community contribution: Clojure --- clojure/README.md | 4 ++-- update.sh | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/clojure/README.md b/clojure/README.md index 3f87f267..12ca8422 100644 --- a/clojure/README.md +++ b/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. diff --git a/update.sh b/update.sh index 5d9e10ba..3785058d 100755 --- a/update.sh +++ b/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" ;;