From 358e61f4e4c3af049019bf2b327993d55e7da06f Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Tue, 3 Dec 2019 13:51:46 +0200 Subject: [PATCH] fluxctl: add filalex77 to maintainers --- pkgs/applications/networking/cluster/fluxctl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/fluxctl/default.nix b/pkgs/applications/networking/cluster/fluxctl/default.nix index af538fe9e6be..904eabfcda82 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 ]; }; }