guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: czmq: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: czmq: Use HTTPS home page URI.
Date: Mon, 25 May 2020 13:29:34 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9fc6a24  gnu: czmq: Use HTTPS home page URI.
9fc6a24 is described below

commit 9fc6a24c4621c3ccb8da6ba6867a8efa82283210
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 19:29:19 2020 +0200

    gnu: czmq: Use HTTPS home page URI.
    
    * gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
---
 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 39341e9..f106d2b 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -456,7 +456,7 @@ more.")
                       #t)))))
     (inputs
      `(("zeromq" ,zeromq)))
-    (home-page "http://zeromq.org";)
+    (home-page "https://zeromq.org";)
     (synopsis "High-level C bindings for ØMQ")
     (description
      "czmq provides bindings for the ØMQ core API that hides the differences



reply via email to

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