etcd: add superherointj as maintainer

This commit is contained in:
superherointj
2026-03-07 15:02:54 -03:00
parent 2a991964ba
commit bf428173f8
3 changed files with 6 additions and 2 deletions
+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;
};