summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-29 15:19:55 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-04 22:20:58 -0300
commit492414af5f848c51ed5073e2f5b6556f3d2782cc (patch)
treef86668ed5df8012f00b3bed9212bffbe2d01f22f /pkgs/servers
parentc52af267ad0c11b55f89cf6c70adb10694ad938e (diff)
downloadnixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.gz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.bz2
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.lz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.xz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.zst
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.zip
treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/spawn-fcgi/default.nix2
-rw-r--r--pkgs/servers/meteor/default.nix2
-rw-r--r--pkgs/servers/x11/xquartz/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/spawn-fcgi/default.nix b/pkgs/servers/http/spawn-fcgi/default.nix
index 77272694a89..c57cc816524 100644
--- a/pkgs/servers/http/spawn-fcgi/default.nix
+++ b/pkgs/servers/http/spawn-fcgi/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     homepage    = "https://redmine.lighttpd.net/projects/spawn-fcgi";
     description = "Provides an interface to external programs that support the FastCGI interface";
     license     = licenses.bsd3;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
     platforms = with platforms; unix;
   };
 }
diff --git a/pkgs/servers/meteor/default.nix b/pkgs/servers/meteor/default.nix
index 04f0ac3ac80..868c420d49a 100644
--- a/pkgs/servers/meteor/default.nix
+++ b/pkgs/servers/meteor/default.nix
@@ -97,6 +97,6 @@ stdenv.mkDerivation {
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.mit;
     platforms = builtins.attrNames srcs;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/servers/x11/xquartz/default.nix b/pkgs/servers/x11/xquartz/default.nix
index cdb2122a612..93b2869f8d2 100644
--- a/pkgs/servers/x11/xquartz/default.nix
+++ b/pkgs/servers/x11/xquartz/default.nix
@@ -177,7 +177,7 @@ in stdenv.mkDerivation {
 
   meta = with lib; {
     platforms   = platforms.darwin;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
     license     = licenses.mit;
   };
 }