Merge pull request #44447 from NixOS/staging-next

Staging next
This commit is contained in:
Frederik Rietdijk
2018-08-09 09:04:03 +02:00
committed by GitHub
22 changed files with 278 additions and 222 deletions
-1
View File
@@ -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;
};
}