gnu: cppzmq: Use HTTPS home page URI.

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

View file

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