From c034dd9a1f392c8fe84b92b689f11176f904dd53 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Sun, 12 Jan 2025 17:38:06 -0800 Subject: [PATCH] maintainers: update numinit's email and keys FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491 is getting phased in; it's on a smartcard: https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0x5c3eb94d198f1491 190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF is getting retired; it was generated in 2014 and has served well for 10 years. o7, commander! https://keyserver.ubuntu.com/pks/lookup?op=vindex&search=0xf819f1af2fc1c1ff This commit is signed with the 0x5c3eb94d198f1491 key. --- maintainers/maintainer-list.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 15af0cae1334..aeffc2400bb5 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -16693,10 +16693,16 @@ githubId = 99221043; }; numinit = { - email = "me@numin.it"; + email = "me+nixpkgs@numin.it"; + name = "Morgan Jones"; github = "numinit"; githubId = 369111; - name = "Morgan Jones"; + keys = [ + # >=2025 + { fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491"; } + # <=2024 + { fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF"; } + ]; }; numkem = { name = "Sebastien Bariteau";