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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "kzipmix-20091108";
src = fetchurl {
url = http://static.jonof.id.au/dl/kenutils/kzipmix-20091108-linux.tar.gz;
url = "http://static.jonof.id.au/dl/kenutils/kzipmix-20091108-linux.tar.gz";
sha256 = "19gyn8pblffdz1bf3xkbpzx8a8wn3xb0v411pqzmz5g5l6pm5gph";
};
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
description = "A tool that aggressively optimizes the sizes of Zip archives";
license = stdenv.lib.licenses.unfree;
homepage = http://advsys.net/ken/utils.htm;
homepage = "http://advsys.net/ken/utils.htm";
maintainers = [ stdenv.lib.maintainers.sander ];
};
}