treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user