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
commit 1860e777ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

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";

View File

@ -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 ];
};
}