Unverified Commit 1860e777 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #268103 from netthier/maintainer-kluctl

kluctl: add netthier as maintainer
parents 4a29f30c 2a608915
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}