gnu: lsof: Use HTTPS home page.

* gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-16 17:57:31 +02:00
parent c4ccf2db62
commit 3720a6f847
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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/")))