Merge pull request #54467 from smaret/add-gpg-key

maintainers/maintainer-list.nix: add PGP/GPG fingerprint
This commit is contained in:
Jörg Thalheim 2019-01-22 17:42:58 +00:00 committed by GitHub
commit 8991a63dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4183,6 +4183,10 @@
email = "sebastien.maret@icloud.com";
github = "smaret";
name = "Sébastien Maret";
keys = [{
longkeyid = "rsa4096/0x86E30E5A0F5FC59C";
fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C";
}];
};
smironov = {
email = "grrwlf@gmail.com";