mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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:
parent
1c05194171
commit
b41a873ffc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user