From b41a873ffc261ee79e4f8007fb3a1a17f472684d Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 25 Dec 2020 23:16:54 +0100 Subject: [PATCH] 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 --- maintainers/maintainer-list.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 8555e3786c3..d548801d13c 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";