treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -28,7 +28,7 @@ let
meta = with stdenv.lib; {
inherit description license;
homepage = http://saxon.sourceforge.net/;
homepage = "http://saxon.sourceforge.net/";
maintainers = with maintainers; [ rvl ];
platforms = platforms.all;
};
@@ -39,7 +39,7 @@ in {
pname = "saxon";
version = "6.5.3";
src = fetchurl {
url = mirror://sourceforge/saxon/saxon6_5_3.zip;
url = "mirror://sourceforge/saxon/saxon6_5_3.zip";
sha256 = "0l5y3y2z4wqgh80f26dwwxwncs8v3nkz3nidv14z024lmk730vs3";
};
description = "XSLT 1.0 processor";
@@ -52,7 +52,7 @@ in {
version = "8.8";
jar = "saxon8";
src = fetchurl {
url = mirror://sourceforge/saxon/saxonb8-8j.zip;
url = "mirror://sourceforge/saxon/saxonb8-8j.zip";
sha256 = "15bzrfyd2f1045rsp9dp4znyhmizh1pm97q8ji2bc0b43q23xsb8";
};
description = "Complete and conformant processor of XSLT 2.0, XQuery 1.0, and XPath 2.0";
@@ -63,7 +63,7 @@ in {
version = "9.1.0.8";
jar = "saxon9";
src = fetchurl {
url = mirror://sourceforge/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip;
url = "mirror://sourceforge/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip";
sha256 = "1d39jdnwr3v3pzswm81zry6yikqlqy9dp2l2wmpqdiw00r5drg4j";
};
description = "Complete and conformant processor of XSLT 2.0, XQuery 1.0, and XPath 2.0";
@@ -75,7 +75,7 @@ in {
prog = "saxon-he";
jar = "saxon9he";
src = fetchurl {
url = mirror://sourceforge/saxon/Saxon-HE/9.9/SaxonHE9-9-0-1J.zip;
url = "mirror://sourceforge/saxon/Saxon-HE/9.9/SaxonHE9-9-0-1J.zip";
sha256 = "1inxd7ia7rl9fxfrw8dy9sb7rqv76ipblaki5262688wf2dscs60";
};
description = "Processor for XSLT 3.0, XPath 2.0 and 3.1, and XQuery 3.1";