gnu: czmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.master
parent
316928addf
commit
9fc6a24c46
|
@ -456,7 +456,7 @@ more.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zeromq" ,zeromq)))
|
`(("zeromq" ,zeromq)))
|
||||||
(home-page "http://zeromq.org")
|
(home-page "https://zeromq.org")
|
||||||
(synopsis "High-level C bindings for ØMQ")
|
(synopsis "High-level C bindings for ØMQ")
|
||||||
(description
|
(description
|
||||||
"czmq provides bindings for the ØMQ core API that hides the differences
|
"czmq provides bindings for the ØMQ core API that hides the differences
|
||||||
|
|
Reference in New Issue