about summary refs log tree commit diff
path: root/pkgs/tools/networking/s6-networking
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/s6-networking')
-rw-r--r--pkgs/tools/networking/s6-networking/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/s6-networking/default.nix b/pkgs/tools/networking/s6-networking/default.nix
index d2c7ebd03456..acc620b6cc01 100644
--- a/pkgs/tools/networking/s6-networking/default.nix
+++ b/pkgs/tools/networking/s6-networking/default.nix
@@ -39,6 +39,7 @@ in stdenv.mkDerivation rec {
     description = "A suite of small networking utilities for Unix systems";
     platforms = stdenv.lib.platforms.all;
     license = stdenv.lib.licenses.isc;
+    maintainers = with stdenv.lib.maintainers; [ pmahoney ];
   };
 
 }