summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0863bf5c2f4..65221505604 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -153,8 +153,8 @@ and OpenPGP fingerprint of the @dfn{channel introduction}
153@c The commit and fingerprint below must match those of the channel 153@c The commit and fingerprint below must match those of the channel
154@c introduction in '%default-channels'. 154@c introduction in '%default-channels'.
155@example 155@example
156git fetch origin keyring:keyring 156guix git authenticate -k origin/keyring \
157guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad \ 157 9edb3f66fd807b096b48283debdcddccfea34bad \
158 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" 158 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"
159@end example 159@end example
160 160
@@ -277,7 +277,7 @@ From there on, you can authenticate all the commits included in your
277checkout by running: 277checkout by running:
278 278
279@example 279@example
280guix git authenticate \ 280guix git authenticate -k origin/keyring \
281 9edb3f66fd807b096b48283debdcddccfea34bad \ 281 9edb3f66fd807b096b48283debdcddccfea34bad \
282 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" 282 "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"
283@end example 283@end example