diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-02-22 00:48:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-02-22 00:48:27 +0100 |
commit | 447f834263a26fe62d86f1a655ba01b88efeafde (patch) | |
tree | 36e016c7f1674e321ecc51a0a358e9800857403a /build-aux | |
parent | 4cb63a564d413c745983a608790a943ac07f8d67 (diff) | |
download | patches-447f834263a26fe62d86f1a655ba01b88efeafde.tar patches-447f834263a26fe62d86f1a655ba01b88efeafde.tar.gz |
git-authenticate: Store the sub-key fingerprint of mab.
This is a followup to 76a8dc3ee289ac4f4b984a3d9d2dcb9d89c01eda, signed
with this sub-key.
* build-aux/git-authenticate.scm (%committers): Store the sub-key
fingerprint of mab.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/git-authenticate.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/git-authenticate.scm b/build-aux/git-authenticate.scm index aa9103a372..8d05f0ee40 100644 --- a/build-aux/git-authenticate.scm +++ b/build-aux/git-authenticate.scm @@ -134,7 +134,8 @@ ("lsl88" "2AE3 1395 932B E642 FC0E D99C 9BED 6EDA 32E5 B0BC") ("mab" - "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103") + ;; primary: "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103" + "39B3 3C8D 9448 0D2D DCC2 A498 8B44 A0CD C7B9 56F2") ("marusich" "CBF5 9755 CBE7 E7EF EF18 3FB1 DD40 9A15 D822 469D") ("mbakke" |