Browse Source
gnu: ncftp: Use HTTPS home page.
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
guile-daemon
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
1 additions and
1 deletions
-
gnu/packages/ftp.scm
|
|
@ -130,7 +130,7 @@ reliability in mind.") |
|
|
|
(string-append "--prefix=" out)))))) |
|
|
|
#:tests? #f)) ;there are no tests |
|
|
|
(inputs `(("ncurses" ,ncurses))) |
|
|
|
(home-page "http://www.ncftp.com/ncftp/") |
|
|
|
(home-page "https://www.ncftp.com/ncftp/") |
|
|
|
(synopsis "Command-line File Transfer Protocol (FTP) client") |
|
|
|
(description |
|
|
|
"NcFTP Client (or just NcFTP) is a set of command-line programs to access |
|
|
|