guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: ncftp: Use HTTPS home page.


From: guix-commits
Subject: 01/07: gnu: ncftp: Use HTTPS home page.
Date: Fri, 13 Mar 2020 22:58:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a96d4897aedb36354d70fb03492a002a7ba67aa7
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:57:26 2020 +0100

    gnu: ncftp: Use HTTPS home page.
    
    * gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
---
 gnu/packages/ftp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 58d8178..273128f 100644
--- a/gnu/packages/ftp.scm
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]