maintainers: add superherointj as maintainer (#497656)
This commit is contained in:
@@ -486,7 +486,8 @@
|
||||
"frederictobiasc": 26125115,
|
||||
"heywoodlh": 18178614,
|
||||
"maevii": 41077433,
|
||||
"rorosen": 76747196
|
||||
"rorosen": 76747196,
|
||||
"superherointj": 5861043
|
||||
},
|
||||
"name": "k3s"
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,6 +31,7 @@ let
|
||||
homepage = "https://etcd.io/";
|
||||
maintainers = with lib.maintainers; [
|
||||
dtomvan
|
||||
superherointj
|
||||
];
|
||||
platforms = lib.platforms.darwin ++ lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ buildGoModule.override { go = go_1_26; } rec {
|
||||
jlesquembre
|
||||
ryan4yin
|
||||
SchahinRohani
|
||||
superherointj
|
||||
];
|
||||
mainProgram = "flux";
|
||||
};
|
||||
|
||||
@@ -774,8 +774,9 @@ let
|
||||
"aarch64-darwin"
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
shiryel
|
||||
corngood
|
||||
shiryel
|
||||
superherointj
|
||||
];
|
||||
mainProgram = "godot${suffix}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user