From e4a9f135f7b06dd154059d8a170e92797187f0c4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 7 Mar 2020 15:55:02 +0100 Subject: gnu: ntp: Use HTTPS in metadata URIs * gnu/packages/ntp.scm (ntp)[home-page, license]: Use HTTPS. --- gnu/packages/ntp.scm | 4 ++-- 1 file 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 -- cgit v1.2.3