mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: zeromq: Use HTTPS home page.
* gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.
This commit is contained in:
parent
3053feab0a
commit
5fbba84696
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ (define-public zeromq
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue