me
/
guix
Archived
1
0
Fork 0

gnu: ntp: Use HTTPS in metadata URIs

* gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-03-07 15:55:02 +01:00
parent e7ba60ddce
commit e4a9f135f7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@
(description "NTP is a system designed to synchronize the clocks of
computers over a network.")
(license (l:x11-style
"http://www.eecis.udel.edu/~mills/ntp/html/copyright.html"
"https://www.eecis.udel.edu/~mills/ntp/html/copyright.html"
"A non-copyleft free licence from the University of Delaware"))
(home-page "http://www.ntp.org")))
(home-page "https://www.ntp.org")))
(define-public openntpd
(package