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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "gnused-4.2.2";
src = fetchurl {
url = mirror://gnu/sed/sed-4.2.2.tar.bz2;
url = "mirror://gnu/sed/sed-4.2.2.tar.bz2";
sha256 = "f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7";
};
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
outputs = [ "out" "info" ];
meta = {
homepage = https://www.gnu.org/software/sed/;
homepage = "https://www.gnu.org/software/sed/";
description = "GNU sed, a batch stream editor";
longDescription = ''