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>
This commit is contained in:
aszlig 2020-12-25 23:16:54 +01:00
parent 1c05194171
commit b41a873ffc
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -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";