guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: zeromq: Use HTTPS home page.


From: guix-commits
Subject: 06/06: gnu: zeromq: Use HTTPS home page.
Date: Mon, 9 Sep 2019 18:24:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5fbba846964f72e69cc26aacce9f35301ca13c35
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 9 17:21:10 2019 +0200

    gnu: zeromq: Use HTTPS home page.
    
    * gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2f7f675..a80b24a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -284,7 +284,7 @@ transparently check connection attempts against an access 
control list.")
        (sha256
         (base32 "0qzp80ky4y2k7k1ya09v9gkivvfbz2km813snrb8jhnn634bbmzb"))))
     (build-system gnu-build-system)
-    (home-page "http://zeromq.org";)
+    (home-page "https://zeromq.org";)
     (synopsis "Library for message-based applications")
     (description
      "The 0MQ lightweight messaging kernel is a library which extends the



reply via email to

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