gnu: czmq: Use HTTPS home page URI.

* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-05-25 19:29:19 +02:00
parent 316928addf
commit 9fc6a24c46
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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