summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2019-12-03 13:51:46 +0200
committerOleksii Filonenko <brightone@protonmail.com>2019-12-03 13:51:46 +0200
commit358e61f4e4c3af049019bf2b327993d55e7da06f (patch)
treeaf6f2de40e50d9cfedef3e5a5e6b5ebc93959532 /pkgs/applications/networking
parent90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6 (diff)
downloadnixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.tar
nixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.tar.gz
nixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.tar.bz2
nixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.tar.lz
nixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.tar.xz
nixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.tar.zst
nixpkgs-358e61f4e4c3af049019bf2b327993d55e7da06f.zip
fluxctl: add filalex77 to maintainers
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/fluxctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/fluxctl/default.nix b/pkgs/applications/networking/cluster/fluxctl/default.nix
index af538fe9e6b..904eabfcda8 100644
--- a/pkgs/applications/networking/cluster/fluxctl/default.nix
+++ b/pkgs/applications/networking/cluster/fluxctl/default.nix
@@ -19,6 +19,6 @@ buildGoModule rec {
     description = "CLI client for Flux, the GitOps Kubernetes operator";
     homepage = "https://github.com/fluxcd/flux";
     license = licenses.asl20;
-    maintainers = with maintainers; [ Gonzih ];
+    maintainers = with maintainers; [ Gonzih filalex77 ];
   };
 }