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
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "emma-2.0.5312";
src = fetchurl {
url = mirror://sourceforge/emma/emma-2.0.5312.zip;
url = "mirror://sourceforge/emma/emma-2.0.5312.zip";
sha256 = "0xxy39s2lvgs56vicjzpcz936l1vjaplliwa0dm7v3iyvw6jn7vj";
};
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://emma.sourceforge.net/;
homepage = "http://emma.sourceforge.net/";
description = "A code coverage tool for Java";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.cpl10;