nckx pushed a commit to branch master
in repository guix.
commit 5fbba846964f72e69cc26aacce9f35301ca13c35
Author: Tobias Geerinckx-Rice <[email protected]>
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