diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-09 17:21:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-09 23:17:52 +0200 |
commit | 5fbba846964f72e69cc26aacce9f35301ca13c35 (patch) | |
tree | 1784f2879844ec1ec2f5773e9377a4fce1c4f330 /gnu/packages/networking.scm | |
parent | 3053feab0a9e76a045dcffed58101cb4313ee39b (diff) |
gnu: zeromq: Use HTTPS home page.
* gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2f7f67583a..a80b24a6cf 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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 |