about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/fluxcd
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-05-04 04:53:22 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2022-05-04 11:20:49 -0300
commit40d5cb2e8355e8f4346efd0325bd920df29ee133 (patch)
tree7595e9f58a22b2f7baf630ab1dd7c7736d58c01d /pkgs/applications/networking/cluster/fluxcd
parent4263a2116396f8c773963078f61c57ecaeb84677 (diff)
fluxcd: add superherointj as maintainer
Diffstat (limited to 'pkgs/applications/networking/cluster/fluxcd')
-rw-r--r--pkgs/applications/networking/cluster/fluxcd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/fluxcd/default.nix b/pkgs/applications/networking/cluster/fluxcd/default.nix
index 3d8eed801ec38..53831dcf51796 100644
--- a/pkgs/applications/networking/cluster/fluxcd/default.nix
+++ b/pkgs/applications/networking/cluster/fluxcd/default.nix
@@ -65,6 +65,6 @@ in buildGoModule rec {
     '';
     homepage = "https://fluxcd.io";
     license = licenses.asl20;
-    maintainers = with maintainers; [ jlesquembre bryanasdev000 ];
+    maintainers = with maintainers; [ bryanasdev000 jlesquembre superherointj ];
   };
 }