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
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/UNINETT/mod_auth_mellon;
homepage = "https://github.com/UNINETT/mod_auth_mellon";
description = "An Apache module with a simple SAML 2.0 service provider";
license = licenses.gpl2Plus;
platforms = platforms.linux;
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://0pointer.de/lennart/projects/mod_dnssd;
homepage = "http://0pointer.de/lennart/projects/mod_dnssd";
description = "Provide Zeroconf support via DNS-SD using Avahi";
license = licenses.asl20;
platforms = platforms.linux;
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
name = "mod_evasive-1.10.1";
src = fetchurl {
url = http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz;
url = "http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz";
sha256 = "0rsnx50rjv6xygbp9r0gyss7xqdkcb0hy3wh9949jf1im8wm3i07";
};
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://www.zdziarski.com/blog/?page_id=442;
homepage = "http://www.zdziarski.com/blog/?page_id=442";
description = "Evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack";
platforms = stdenv.lib.platforms.linux;
};
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://github.com/FastCGI-Archives/mod_fastcgi;
homepage = "https://github.com/FastCGI-Archives/mod_fastcgi";
description = "Provide support for the FastCGI protocol";
longDescription = ''
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
buildInputs = [ apacheHttpd python2 ];
meta = {
homepage = http://modpython.org/;
homepage = "http://modpython.org/";
description = "An Apache module that embeds the Python interpreter within the server";
platforms = stdenv.lib.platforms.unix;
};
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = https://github.com/GrahamDumpleton/mod_wsgi;
homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
description = "Host Python applications in Apache through the WSGI interface";
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux;