guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: cppzmq: Use HTTPS home page URI.
Date: Mon, 25 May 2020 13:29:09 -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 316928a  gnu: cppzmq: Use HTTPS home page URI.
316928a is described below

commit 316928addfd5bc896b9705bff6b4529599728861
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 19:28:37 2020 +0200

    gnu: cppzmq: Use HTTPS home page URI.
    
    * gnu/packages/networking.scm (cppzmq)[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 962f018..39341e9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -487,7 +487,7 @@ between different versions of ØMQ.")
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("zeromq" ,zeromq)))
-    (home-page "http://zeromq.org";)
+    (home-page "https://zeromq.org";)
     (synopsis "C++ bindings for the ØMQ messaging library")
     (description
      "This package provides header-only C++ bindings for ØMQ.  The header



reply via email to

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