Skip to content

Commit

Permalink
Back to classic Clojars for a while.
Browse files Browse the repository at this point in the history
Took longer than expected to get Releases working.
  • Loading branch information
technomancy committed Nov 18, 2012
1 parent f143430 commit 24fd117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/project.clj
Expand Up @@ -127,7 +127,7 @@
(def default-repositories
(with-meta
[["central" {:url "http://repo1.maven.org/maven2/"}]
["clojars" {:url "http://releases.clojars.org/repo/"}]]
["clojars" {:url "https://clojars.org/repo/"}]]
{:reduce add-repo}))

(def deploy-repositories
Expand Down

0 comments on commit 24fd117

Please sign in to comment.