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 = "kermit-9.0.302";
src = fetchurl {
url = ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz;
url = "ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz";
sha256 = "0487mh6s99ijqf1pfmbm302pa5i4pzmm8s439hdl1ffs5g8jqpqd";
};
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = http://www.kermitproject.org/ck90.html;
homepage = "http://www.kermitproject.org/ck90.html";
description = "Portable Scriptable Network and Serial Communication Software";
license = licenses.bsd3;
maintainers = with maintainers; [ pSub ];