treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
let
# Let's not pull the whole apache httpd package
mime_file = fetchurl {
url = https://raw.githubusercontent.com/apache/httpd/906e419c1f703360e2e8ec077b393347f993884f/docs/conf/mime.types;
url = "https://raw.githubusercontent.com/apache/httpd/906e419c1f703360e2e8ec077b393347f993884f/docs/conf/mime.types";
sha256 = "ef972fc545cbff4c0daa2b2e6b440859693b3c10435ee90f10fa6fffad800c16";
};
in
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "HTTP server for purely static content";
homepage = http://linux.bytesex.org/misc/webfs.html;
homepage = "http://linux.bytesex.org/misc/webfs.html";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ zimbatm ];