diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-08 23:28:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-08 23:34:18 +0100 |
commit | 62b9d3d4d5a652e7a4266269de004573fade7bb9 (patch) | |
tree | eb10c13cc824e19d3adda5564bf633e724437644 /build-aux | |
parent | 984efa2b6a561bf0eeb43be63f01e2d83b151aa5 (diff) | |
download | patches-62b9d3d4d5a652e7a4266269de004573fade7bb9.tar patches-62b9d3d4d5a652e7a4266269de004573fade7bb9.tar.gz |
git-authenticate: Add daviwil to the list of committers.
This is a followup to a587bb23b79eae5dd3fa3acb06d0b533c93fd562, first
commit signed by daviwil.
* build-aux/git-authenticate.scm (%committers): Add "daviwil".
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/git-authenticate.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-aux/git-authenticate.scm b/build-aux/git-authenticate.scm index b8cc804094..106c843c25 100644 --- a/build-aux/git-authenticate.scm +++ b/build-aux/git-authenticate.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -89,6 +89,8 @@ "B3C0 DB4D AD73 BA5D 285E 19AE 5143 0234 CEFD 87C3") ("davexunit (2nd)" ;FIXME: to be confirmed! "8CCB A7F5 52B9 CBEA E1FB 2915 8328 C747 0FF1 D807") + ("daviwil" + "53C4 1E6E 41AA FE55 335A CA5E 446A 2ED4 D940 BF14") ("dvc" "6909 6DFD D702 8BED ACC5 884B C5E0 51C7 9C0B ECDB") ("dvc (old)" |