treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line FTP (File Transfer Protocol) client";
|
||||
homepage = https://www.ncftp.com/ncftp/;
|
||||
homepage = "https://www.ncftp.com/ncftp/";
|
||||
maintainers = with maintainers; [ bjornfor ];
|
||||
platforms = platforms.unix;
|
||||
license = licenses.clArtistic;
|
||||
|
||||
Reference in New Issue
Block a user