summary refs log tree commit diff
path: root/pkgs/tools/networking/flannel
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/flannel')
-rw-r--r--pkgs/tools/networking/flannel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/flannel/default.nix b/pkgs/tools/networking/flannel/default.nix
index 003ffeed55d..259225e0b7c 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;
   };
 }