about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kluctl
diff options
context:
space:
mode:
authornetthier <admin@netthier.net>2023-11-17 13:16:25 +0100
committernetthier <admin@netthier.net>2023-11-17 13:26:25 +0100
commit2a6089156da55d8cae7a31f1ec9f9274f9044e78 (patch)
tree143486026bed7e51159991d90f01cecaecc0ac04 /pkgs/applications/networking/cluster/kluctl
parentfbab678afab4c626522be92baf258ab5984d1f87 (diff)
kluctl: add netthier to maintainers
Diffstat (limited to 'pkgs/applications/networking/cluster/kluctl')
-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 ];
   };
 }