gnu: czmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
316928addf
commit
9fc6a24c46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user