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
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "lhasa-0.3.1";
src = fetchurl {
url = https://soulsphere.org/projects/lhasa/lhasa-0.3.1.tar.gz;
url = "https://soulsphere.org/projects/lhasa/lhasa-0.3.1.tar.gz";
sha256 = "092zi9av18ma20c6h9448k0bapvx2plnp292741dvfd9hmgqxc1z";
};
meta = {
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
the tool is a library, so that it can be reused for other purposes.
'';
license = stdenv.lib.licenses.isc;
homepage = http://fragglet.github.io/lhasa;
homepage = "http://fragglet.github.io/lhasa";
maintainers = with stdenv.lib; [ maintainers.sander ];
platforms = with stdenv.lib.platforms; linux ++ darwin;
};