maintainers: azey7f -> maevii (#479477)
This commit is contained in:
@@ -485,9 +485,9 @@
|
||||
"wrmilling": 6162814
|
||||
},
|
||||
"members": {
|
||||
"azey7f": 41077433,
|
||||
"frederictobiasc": 26125115,
|
||||
"heywoodlh": 18178614,
|
||||
"maevii": 41077433,
|
||||
"rorosen": 76747196
|
||||
},
|
||||
"name": "k3s"
|
||||
|
||||
@@ -2809,14 +2809,6 @@
|
||||
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";
|
||||
@@ -15860,6 +15852,14 @@
|
||||
githubId = 38541651;
|
||||
name = "maeve";
|
||||
};
|
||||
maevii = {
|
||||
email = "me@maevi.net";
|
||||
github = "maevii";
|
||||
githubId = 41077433;
|
||||
name = "Maevi";
|
||||
# assuming my nameservers are up: gpg --auto-key-locate clear,nodefault,cert,dane --locate-keys me@maevi.net
|
||||
keys = [ { fingerprint = "A176 4D41 E826 A6E5 A5A1 8231 7670 F0F0 C946 12F4"; } ];
|
||||
};
|
||||
mafo = {
|
||||
email = "Marc.Fontaine@gmx.de";
|
||||
github = "MarcFontaine";
|
||||
|
||||
@@ -159,7 +159,7 @@ buildGoModule (finalAttrs: {
|
||||
changelog = "https://github.com/rancher/rke2/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
azey7f
|
||||
maevii
|
||||
rorosen
|
||||
zimbatm
|
||||
zygot
|
||||
|
||||
@@ -25,6 +25,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://netfilter.org/projects/libmnl/index.html";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ azey7f ];
|
||||
maintainers = with lib.maintainers; [ maevii ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -53,6 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
bsd3
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ azey7f ];
|
||||
maintainers = with lib.maintainers; [ maevii ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -58,6 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://terminus-font.sourceforge.net/";
|
||||
license = lib.licenses.ofl;
|
||||
maintainers = with lib.maintainers; [ azey7f ];
|
||||
maintainers = with lib.maintainers; [ maevii ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,6 +34,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://files.ax86.net/terminus-ttf";
|
||||
license = lib.licenses.ofl;
|
||||
maintainers = with lib.maintainers; [ azey7f ];
|
||||
maintainers = with lib.maintainers; [ maevii ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -134,6 +134,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "vpp";
|
||||
maintainers = with lib.maintainers; [ azey7f ];
|
||||
maintainers = with lib.maintainers; [ maevii ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user