summary refs log tree commit diff
path: root/pkgs/tools/system/s6/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/s6/default.nix')
-rw-r--r--pkgs/tools/system/s6/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/s6/default.nix b/pkgs/tools/system/s6/default.nix
index 8338b357c57..05666a7ad67 100644
--- a/pkgs/tools/system/s6/default.nix
+++ b/pkgs/tools/system/s6/default.nix
@@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
     description = "skarnet.org's small & secure supervision software suite";
     platforms = stdenv.lib.platforms.all;
     license = stdenv.lib.licenses.isc;
-    maintainers = with stdenv.lib.maintainers; [ pmahoney ];
+    maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
   };
 
 }