summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorQJoly <github@thoughtless.eu>2023-08-24 08:28:12 +0200
committerQJoly <github@thoughtless.eu>2023-08-24 08:28:12 +0200
commit162c8d3d1d4b7999cc6d56474d3df556c64b0ba7 (patch)
tree9358755a29ac33183269ccc58f3bd565677a52b5 /pkgs/applications
parent790b344b1012db677fa51618f9c360ffc589c990 (diff)
downloadnixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.tar
nixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.tar.gz
nixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.tar.bz2
nixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.tar.lz
nixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.tar.xz
nixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.tar.zst
nixpkgs-162c8d3d1d4b7999cc6d56474d3df556c64b0ba7.zip
cilium-cli: add qjoly as maintainer
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/cilium/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/cilium/default.nix b/pkgs/applications/networking/cluster/cilium/default.nix
index b093b573677..e1a35810de7 100644
--- a/pkgs/applications/networking/cluster/cilium/default.nix
+++ b/pkgs/applications/networking/cluster/cilium/default.nix
@@ -41,7 +41,7 @@ buildGoModule rec {
     description = "CLI to install, manage & troubleshoot Kubernetes clusters running Cilium";
     license = licenses.asl20;
     homepage = "https://www.cilium.io/";
-    maintainers = with maintainers; [ humancalico bryanasdev000 ];
+    maintainers = with maintainers; [ humancalico bryanasdev000 qjoly ];
     mainProgram = "cilium";
   };
 }