summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-07-30 08:16:20 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-07-30 08:16:20 +0200
commit848fa35c2451bc700df74969b38739d8580746ef (patch)
treef795795fe98d4a58ab91473a6caafe866638a3f0 /pkgs/servers/http
parent63ef1e9381cc2f5f4bc84956a3fa9b971185a122 (diff)
parent7ebc3ab2a62b7099a5d67b13ba94a2f6574fe90d (diff)
downloadnixlib-848fa35c2451bc700df74969b38739d8580746ef.tar
nixlib-848fa35c2451bc700df74969b38739d8580746ef.tar.gz
nixlib-848fa35c2451bc700df74969b38739d8580746ef.tar.bz2
nixlib-848fa35c2451bc700df74969b38739d8580746ef.tar.lz
nixlib-848fa35c2451bc700df74969b38739d8580746ef.tar.xz
nixlib-848fa35c2451bc700df74969b38739d8580746ef.tar.zst
nixlib-848fa35c2451bc700df74969b38739d8580746ef.zip
Merge #43378 into staging: mesa: enableTextureFloats
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/pshs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/http/pshs/default.nix b/pkgs/servers/http/pshs/default.nix
index a0a1addeeebf..2205c91789f5 100644
--- a/pkgs/servers/http/pshs/default.nix
+++ b/pkgs/servers/http/pshs/default.nix
@@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
     description = "Pretty small HTTP server - a command-line tool to share files";
     homepage = https://github.com/mgorny/pshs;
     license = stdenv.lib.licenses.bsd3;
-    maintainers = [ stdenv.lib.maintainers.eduarrrd ];
     platforms = stdenv.lib.platforms.linux;
   };
 }