summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 15:55:02 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 16:04:20 +0100
commite4a9f135f7b06dd154059d8a170e92797187f0c4 (patch)
tree91e3157490cfbec74a97575f64427b78daa6f44c
parente7ba60ddce5a7f067fcf9b872340eac7ed2070fa (diff)
downloadpatches-e4a9f135f7b06dd154059d8a170e92797187f0c4.tar
patches-e4a9f135f7b06dd154059d8a170e92797187f0c4.tar.gz
gnu: ntp: Use HTTPS in metadata URIs
* gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS.
-rw-r--r--gnu/packages/ntp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 9429778776..0b750347de 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -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