summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-17 15:58:30 +0100
committerGitHub <noreply@github.com>2023-11-17 15:58:30 +0100
commit1860e777ae8c9aa72f477bf7e5e76ab7fdce99e9 (patch)
treec17b45a1b75b42c93ceb8a63e621863711a21d1b /pkgs
parent4a29f30c92d66191a091b48fe0d0025906902306 (diff)
parent2a6089156da55d8cae7a31f1ec9f9274f9044e78 (diff)
Merge pull request #268103 from netthier/maintainer-kluctl
kluctl: add netthier as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/kluctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kluctl/default.nix b/pkgs/applications/networking/cluster/kluctl/default.nix
index 2f6939347729b..99e311ff3e20b 100644
--- a/pkgs/applications/networking/cluster/kluctl/default.nix
+++ b/pkgs/applications/networking/cluster/kluctl/default.nix
@@ -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 ];
   };
 }