maintainers: add superherointj as maintainer (#497656)

This commit is contained in:
Marcus Ramberg
2026-03-11 21:43:29 +00:00
committed by GitHub
8 changed files with 21 additions and 4 deletions
+2 -1
View File
@@ -486,7 +486,8 @@
"frederictobiasc": 26125115,
"heywoodlh": 18178614,
"maevii": 41077433,
"rorosen": 76747196
"rorosen": 76747196,
"superherointj": 5861043
},
"name": "k3s"
},
+7
View File
@@ -25977,6 +25977,13 @@
githubId = 36031171;
name = "Supa";
};
superherointj = {
email = "sergiomarcelo@yandex.com";
github = "superherointj";
githubId = 5861043;
matrix = "@superherointj:matrix.org";
name = "Sérgio Marcelo";
};
SuperSandro2000 = {
email = "sandro.jaeckel@gmail.com";
matrix = "@sandro:supersandro.de";
@@ -243,4 +243,7 @@ in
};
users.groups.etcd = { };
};
meta.maintainers = pkgs.etcd.meta.maintainers;
}
+1 -1
View File
@@ -44,6 +44,6 @@ buildGo124Module rec {
downloadPage = "https://github.com/etcd-io/etcd/";
license = lib.licenses.asl20;
homepage = "https://etcd.io/";
maintainers = [ ];
maintainers = with lib.maintainers; [ superherointj ];
};
}
+1
View File
@@ -31,6 +31,7 @@ let
homepage = "https://etcd.io/";
maintainers = with lib.maintainers; [
dtomvan
superherointj
];
platforms = lib.platforms.darwin ++ lib.platforms.linux;
};
+4 -1
View File
@@ -35,7 +35,10 @@ let
downloadPage = "https://github.com/etcd-io/etcd";
license = lib.licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with lib.maintainers; [ dtomvan ];
maintainers = with lib.maintainers; [
dtomvan
superherointj
];
platforms = lib.platforms.darwin ++ lib.platforms.linux;
};
+1
View File
@@ -83,6 +83,7 @@ buildGoModule.override { go = go_1_26; } rec {
jlesquembre
ryan4yin
SchahinRohani
superherointj
];
mainProgram = "flux";
};
+2 -1
View File
@@ -774,8 +774,9 @@ let
"aarch64-darwin"
];
maintainers = with lib.maintainers; [
shiryel
corngood
shiryel
superherointj
];
mainProgram = "godot${suffix}";
};