treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user