about summary refs log tree commit diff
path: root/pkgs/tools/system/runit
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/runit')
-rw-r--r--pkgs/tools/system/runit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/runit/default.nix b/pkgs/tools/system/runit/default.nix
index 8a1f6c4b8859..78306907079e 100644
--- a/pkgs/tools/system/runit/default.nix
+++ b/pkgs/tools/system/runit/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     description = "UNIX init scheme with service supervision";
     license = licenses.bsd3;
     homepage = http://smarden.org/runit;
-    maintainers = with maintainers; [ rickynils joachifm ];
+    maintainers = with maintainers; [ joachifm ];
     platforms = platforms.linux;
   };
 }