diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-27 14:12:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-28 23:57:14 -0400 |
commit | 5564c011d9f0979fb0c477fcafd136c019a477b3 (patch) | |
tree | c14a1ae1e21199a067345e98e272b1f6c0fe8773 | |
parent | 2320e76b8263eed4e753a7ae31c8b91b826ce2dc (diff) | |
download | patches-5564c011d9f0979fb0c477fcafd136c019a477b3.tar patches-5564c011d9f0979fb0c477fcafd136c019a477b3.tar.gz |
doc: Give the full key fingerprint instead of the long key ID.
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Use fingerprint instead of
long key ID.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c159e12b1b..239428a75a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10,7 +10,7 @@ @include version.texi @c Identifier of the OpenPGP key used to sign tarballs and such. -@set OPENPGP-SIGNING-KEY-ID 090B11993D9AEBB5 +@set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 @copying Copyright @copyright{} 2012, 2013, 2014, 2015, 2016 Ludovic Courtès@* |