gnu: ncftp: Use HTTPS home page.
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
This commit is contained in:
parent
989d564f44
commit
a96d4897ae
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ reliability in mind.")
|
||||||
(string-append "--prefix=" out))))))
|
(string-append "--prefix=" out))))))
|
||||||
#:tests? #f)) ;there are no tests
|
#:tests? #f)) ;there are no tests
|
||||||
(inputs `(("ncurses" ,ncurses)))
|
(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")
|
(synopsis "Command-line File Transfer Protocol (FTP) client")
|
||||||
(description
|
(description
|
||||||
"NcFTP Client (or just NcFTP) is a set of command-line programs to access
|
"NcFTP Client (or just NcFTP) is a set of command-line programs to access
|
||||||
|
|
Reference in a new issue