gnu: zeromq: Use HTTPS home page.

* gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2019-09-09 17:21:10 +02:00
parent 3053feab0a
commit 5fbba84696
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ transparently check connection attempts against an access control list.")
(sha256
(base32 "0qzp80ky4y2k7k1ya09v9gkivvfbz2km813snrb8jhnn634bbmzb"))))
(build-system gnu-build-system)
(home-page "http://zeromq.org")
(home-page "https://zeromq.org")
(synopsis "Library for message-based applications")
(description
"The 0MQ lightweight messaging kernel is a library which extends the