mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue