summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMerelyAPseudonym <MerelyAPseudonym@gmail.com>2013-07-29 20:24:41 -0400
committerMerelyAPseudonym <MerelyAPseudonym@gmail.com>2013-07-29 20:24:41 -0400
commit33251e421b68d9a27a1f7f781d1e1ad5982d1b4a (patch)
treea4ca1217528fc754e19847f56899c9d14b7d77a6 /Makefile
parent9db6d38130241b637f30bba060d9a0b3cf2a47fc (diff)
FIX: update URL to reflect repo move to clojure-emacs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3f221ac9..2cecebce 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ WORK_DIR=$(shell pwd)
TRAVIS_FILE=.travis.yml
TEST_DIR=test
CLOJURE_MODE=clojure-mode.el
-CLOJURE_MODE_STABLE_URL=https://raw.github.com/technomancy/clojure-mode/2.0.0/clojure-mode.el
-CLOJURE_MODE_LATEST_URL=https://raw.github.com/technomancy/clojure-mode/master/clojure-mode.el
+CLOJURE_MODE_STABLE_URL=https://raw.github.com/clojure-emacs/clojure-mode/2.0.0/clojure-mode.el
+CLOJURE_MODE_LATEST_URL=https://raw.github.com/clojure-emacs/clojure-mode/master/clojure-mode.el
CHECKDOC_BATCH=checkdoc_batch.el
CHECKDOC_BATCH_URL=ftp://download.tuxfamily.org/user42/checkdoc-batch.el