Merge pull request #268103 from netthier/maintainer-kluctl

kluctl: add netthier as maintainer
This commit is contained in:
Weijia Wang
2023-11-17 15:58:30 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -12758,6 +12758,12 @@
githubId = 13920346;
name = "Sébastien Iooss";
};
netthier = {
email = "netthier@proton.me";
name = "nett_hier";
github = "netthier";
githubId = 66856670;
};
networkexception = {
name = "networkException";
email = "nix@nwex.de";
@@ -33,6 +33,6 @@ buildGoModule rec {
description = "The missing glue to put together large Kubernetes deployments";
homepage = "https://kluctl.io/";
license = licenses.asl20;
maintainers = with maintainers; [ sikmir ];
maintainers = with maintainers; [ sikmir netthier ];
};
}