Use clojars repo consistently in document

Ensures that the two sections of the document (configuring GPG and setting up Clojars as a default deploy repository) work together.
This commit is contained in:
Raymond Huang 2018-03-23 14:12:43 -07:00 committed by GitHub
parent 6c6a2a0194
commit 94934f4d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ First write your credentials map to `~/.lein/credentials.clj` like so:
```clj
{#"blueant" {:password "locative1"}
#"https://clojars.org/repo"
#"https://repo.clojars.org"
{:username "milgrim" :password "locative1"}
"s3p://s3-repo-bucket/releases"
{:username "AKIAIN..." :passphrase "1TChrGK4s..."}}