me
/
guix
Archived
1
0
Fork 0

gnu: tftp-hpa: Use HTTPS home page.

* gnu/packages/networking.scm (tftp-hpa)[home-page]: Use HTTPS.
Tobias Geerinckx-Rice 2020-01-18 23:36:52 +01:00
parent 359b137cd6
commit 9bd0f41509
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1724,7 +1724,7 @@ speedtest.net.")
"This is a tftp client derived from OpenBSD tftp with some extra options "This is a tftp client derived from OpenBSD tftp with some extra options
added and bugs fixed. The source includes readline support but it is not added and bugs fixed. The source includes readline support but it is not
enabled due to license conflicts between the BSD advertising clause and the GPL.") enabled due to license conflicts between the BSD advertising clause and the GPL.")
(home-page "http://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/") (home-page "https://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/")
;; Some source files are distributed under a 3-clause BSD license, and ;; Some source files are distributed under a 3-clause BSD license, and
;; others under a 4-clause BSD license. Refer to the files in the source ;; others under a 4-clause BSD license. Refer to the files in the source
;; distribution for clarification. ;; distribution for clarification.