treewide: per RFC45, remove more unquoted URLs

This commit is contained in:
Pavol Rusnak
2020-04-18 14:04:37 +02:00
parent e5450d9d00
commit fadcfc3ea4
22 changed files with 120 additions and 120 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
stdenv.mkDerivation {
name = "libfoo-1.2.3";
src = fetchurl {
url = http://example.org/libfoo-1.2.3.tar.bz2;
url = "http://example.org/libfoo-1.2.3.tar.bz2";
sha256 = "0x2g1jqygyr5wiwg4ma1nd7w4ydpy82z9gkcv8vh2v8dn3y58v5m";
};
}</programlisting>