Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@noisesmith
Created January 2, 2016 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noisesmith/bb2804c8c3624ca9aaa4 to your computer and use it in GitHub Desktop.
Save noisesmith/bb2804c8c3624ca9aaa4 to your computer and use it in GitHub Desktop.
:repositories ^:replace
[["central" {:url "http://repo1.maven.org/maven2"}]
["clojure" {:url "http://build.clojure.org/releases"}]
["clojure-snapshots" {:url "http://build.clojure.org/snapshots"}]
["clojars" {:url "https://clojars-mirror.tcrawley.org/repo/"}]
["private" {:url PRIVATE-STUFF-GOES-HERE
:creds :gpg
:sign-releases false}]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment