mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: cppzmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (cppzmq)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
78763c1e7b
commit
316928addf
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ (define-public cppzmq
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue