diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 17:57:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 20:12:05 +0200 |
commit | 3720a6f847d5c4bcbbb14953dd19462cad894b8e (patch) | |
tree | b4dee5f941a42a27acc4cb23f79168072af32231 /gnu/packages/lsof.scm | |
parent | c4ccf2db6290aa4a20743ab98428c087d41d7441 (diff) | |
download | guix-3720a6f847d5c4bcbbb14953dd19462cad894b8e.tar.gz |
gnu: lsof: Use HTTPS home page.
* gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/lsof.scm')
-rw-r--r-- | gnu/packages/lsof.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm index e29f3b4569..34ad0f03d5 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/"))) |