maintainers: rename romner-set to azey7f

transed my gender
This commit is contained in:
azey
2025-09-20 04:47:58 +02:00
parent c926eb3b7f
commit 0ae083b339
2 changed files with 9 additions and 13 deletions
+8 -12
View File
@@ -2703,6 +2703,14 @@
githubId = 426541;
name = "Tim Kleinschmidt";
};
azey7f = {
email = "me@azey.net";
github = "azey7f";
githubId = 41077433;
name = "azey";
# assuming my nameservers are up: gpg --auto-key-locate clear,nodefault,cert,dane --locate-keys me@azey.net
keys = [ { fingerprint = "2CCB 3403 43FE 8A2B 91CE 7F75 F94F 4A71 C5C2 1E8F"; } ];
};
azuwis = {
email = "azuwis@gmail.com";
github = "azuwis";
@@ -22254,18 +22262,6 @@
githubId = 1217934;
name = "José Romildo Malaquias";
};
romner-set = {
email = "admin@cynosure.red";
github = "romner-set";
githubId = 41077433;
name = "romner-set";
keys = [
{
# uploaded to https://keys.openpgp.org
fingerprint = "4B75 244B 0279 9598 FF3B C21F 95FC 58F1 8CFD FAB0";
}
];
};
ronanmacf = {
email = "macfhlar@tcd.ie";
github = "RonanMacF";
+1 -1
View File
@@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
description = "Fast, scalable layer 2-4 multi-platform network stack running in user space";
homepage = "https://s3-docs.fd.io/vpp/${version}/";
license = [ lib.licenses.asl20 ];
maintainers = with lib.maintainers; [ romner-set ];
maintainers = with lib.maintainers; [ azey7f ];
mainProgram = "vpp";
platforms = lib.platforms.linux;
};