guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: ntp: Use HTTPS in metadata URIs


From: guix-commits
Subject: 01/07: gnu: ntp: Use HTTPS in metadata URIs
Date: Sat, 7 Mar 2020 10:05:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e4a9f135f7b06dd154059d8a170e92797187f0c4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:55:02 2020 +0100

    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 9429778..0b75034 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]