about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-12-25 23:16:54 +0100
committeraszlig <aszlig@nix.build>2020-12-25 23:28:23 +0100
commitb41a873ffc261ee79e4f8007fb3a1a17f472684d (patch)
tree7839b18ec5cd50934f6f6d78f730f6ec62d2be97 /maintainers
parent1c05194171a3d6693a2c79b1d9a47adfd5a29a15 (diff)
downloadnixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.tar
nixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.tar.gz
nixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.tar.bz2
nixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.tar.lz
nixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.tar.xz
nixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.tar.zst
nixlib-b41a873ffc261ee79e4f8007fb3a1a17f472684d.zip
maintainers: Add my own GnuPG key info
Since it's generally useful to have another point where the fingerprint
of your key can be verified (other than historical Git commits), I'm
adding this here, even though it's only for informational purposes.

I'm also pushing this directly to master, since it doesn't change
anything in functionality (as mentioned) and others are probably not
qualified (well, unless they've stolen my HSM and know the PIN) to
dispute the validity of the key.

Additionally, I checked the maintainer-list.nix file with
nix-instantiate --parse --strict just in case I might have introduced a
syntax error.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/maintainer-list.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 8555e3786c37..d548801d13c8 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -817,6 +817,10 @@
     github = "aszlig";
     githubId = 192147;
     name = "aszlig";
+    keys = [{
+      longkeyid = "ed25519/0x684089CE67EBB691";
+      fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691";
+    }];
   };
   atemu = {
     name = "Atemu";