From fa50a4287459880c9d0d099aafe10247b6f6ee41 Mon Sep 17 00:00:00 2001 From: Johan Thomsen Date: Mon, 11 Feb 2019 11:17:59 +0100 Subject: [PATCH] flannel: added @johanot (myself) as flannel pkgs maintainer --- pkgs/tools/networking/flannel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/flannel/default.nix b/pkgs/tools/networking/flannel/default.nix index 003ffeed55d5..259225e0b7c8 100644 --- a/pkgs/tools/networking/flannel/default.nix +++ b/pkgs/tools/networking/flannel/default.nix @@ -22,7 +22,7 @@ buildGoPackage rec { description = "Network fabric for containers, designed for Kubernetes"; license = licenses.asl20; homepage = https://github.com/coreos/flannel; - maintainers = with maintainers; [offline]; + maintainers = with maintainers; [johanot offline]; platforms = with platforms; linux; }; }