guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: lsof: Use HTTPS home page.


From: guix-commits
Subject: 03/17: gnu: lsof: Use HTTPS home page.
Date: Thu, 16 Jul 2020 14:13:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3720a6f847d5c4bcbbb14953dd19462cad894b8e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 17:57:31 2020 +0200

    gnu: lsof: Use HTTPS home page.
    
    * gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS.
---
 gnu/packages/lsof.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index e29f3b4..34ad0f0 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -47,7 +47,7 @@
 
                 ;; Add mirrors because the canonical FTP server at purdue.edu
                 ;; bails out when it cannot do a reverse DNS lookup, as noted
-                ;; at <http://people.freebsd.org/~abe/>.
+                ;; at <https://people.freebsd.org/~abe/>.
                 "ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/";
                 (string-append "http://www.mirrorservice.org/sites/";
                                "lsof.itap.purdue.edu/pub/tools/unix/lsof")
@@ -121,4 +121,4 @@ on the system.")
    (license (license:fsf-free
              "file://00FAQ"
              "License inspired by zlib, see point 1.9 of 00FAQ in the 
distribution."))
-   (home-page "http://people.freebsd.org/~abe/";)))
+   (home-page "https://people.freebsd.org/~abe/";)))



reply via email to

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