gnu: cppzmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (cppzmq)[home-page]: Use HTTPS URI.master
parent
78763c1e7b
commit
316928addf
|
@ -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
|
||||
|
|
Reference in New Issue