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
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "xpf-0.2";
src = fetchurl {
url = http://tarballs.nixos.org/xpf-0.2.tar.gz;
url = "http://tarballs.nixos.org/xpf-0.2.tar.gz";
sha256 = "0ljx91w68rnh4871c0xlq2whlmhqz8dr39wcdczfjjpniqz1fmpz";
};
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
meta = {
description = "XML Pipes and Filters - command line tools for manipulating and querying XML data";
homepage = http://www.cs.uu.nl/wiki/bin/view/Martin/XmlPipesAndFilters;
homepage = "http://www.cs.uu.nl/wiki/bin/view/Martin/XmlPipesAndFilters";
platforms = stdenv.lib.platforms.unix;
};
}