mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public ncftp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue