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
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "freetts-1.2.2";
src = fetchurl {
url = mirror://sourceforge/freetts/freetts-1.2.2-src.zip;
url = "mirror://sourceforge/freetts/freetts-1.2.2-src.zip";
sha256 = "0mnikqhpf4f4jdr0irmibr8yy0dnffx1i257y22iamxi7a6by2r7";
};
buildInputs = [ apacheAnt unzip sharutils jdk ];
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
Can be used in combination with KDE accessibility.
'';
license = "GPL";
homepage = http://freetts.sourceforge.net;
homepage = "http://freetts.sourceforge.net";
maintainers = [ lib.maintainers.sander ];
};
}