Merge pull request #1735 from martinklepsch/clarify-gpg-override

make placement of :signing key clearer
This commit is contained in:
Jean Niklas L'orange 2014-10-20 14:18:33 +02:00
commit aabdba95e0

View file

@ -199,10 +199,9 @@ or by the uid.
To set a key globally, add it to your user profile in
`~/.lein/profiles.clj`:
{:user
...
:signing {:gpg-key "2ADFB13E"}} ;; using the key id
{:user {...
:signing {:gpg-key "2ADFB13E"}}} ;; using the key id
To set a key for a particular project, add it to the project
definition: