From 94934f4d91aa22272cf9775435e6fa5f766b5009 Mon Sep 17 00:00:00 2001 From: Raymond Huang Date: Fri, 23 Mar 2018 14:12:43 -0700 Subject: [PATCH] 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. --- doc/DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md index 47f39c8b..3d35f7f4 100644 --- a/doc/DEPLOY.md +++ b/doc/DEPLOY.md @@ -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..."}}