treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user