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 -3
View File
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
version = "6.2.1";
src = fetchurl {
url = http://files.f-prot.com/files/unix-trial/fp-Linux.x86.32-ws.tar.gz;
url = "http://files.f-prot.com/files/unix-trial/fp-Linux.x86.32-ws.tar.gz";
sha256 = "0qlsrkanf0inplwv1i6hqbimdg91syf5ggd1vahsm9lhivmnr0v5";
};
@@ -33,10 +33,10 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://www.f-prot.com;
homepage = "http://www.f-prot.com";
description = "A popular proprietary antivirus program";
license = licenses.unfree;
maintainers = [ maintainers.phreedom ];
platforms = platforms.linux;
};
}
}