Merge pull request #268103 from netthier/maintainer-kluctl

kluctl: add netthier as maintainer

authored by

Weijia Wang and committed by
GitHub
1860e777 4a29f30c

+7 -1
+6
maintainers/maintainer-list.nix
··· 12758 12758 githubId = 13920346; 12759 12759 name = "Sébastien Iooss"; 12760 12760 }; 12761 + netthier = { 12762 + email = "netthier@proton.me"; 12763 + name = "nett_hier"; 12764 + github = "netthier"; 12765 + githubId = 66856670; 12766 + }; 12761 12767 networkexception = { 12762 12768 name = "networkException"; 12763 12769 email = "nix@nwex.de";
+1 -1
pkgs/applications/networking/cluster/kluctl/default.nix
··· 33 33 description = "The missing glue to put together large Kubernetes deployments"; 34 34 homepage = "https://kluctl.io/"; 35 35 license = licenses.asl20; 36 - maintainers = with maintainers; [ sikmir ]; 36 + maintainers = with maintainers; [ sikmir netthier ]; 37 37 }; 38 38 }