diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 19:29:19 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-25 19:29:19 +0200 |
commit | 9fc6a24c4621c3ccb8da6ba6867a8efa82283210 (patch) | |
tree | 9e04f44d64c96839543c24d7d7eef8424746e158 | |
parent | 316928addfd5bc896b9705bff6b4529599728861 (diff) |
gnu: czmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
-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 39341e92fe..f106d2bf72 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -456,7 +456,7 @@ more.") #t))))) (inputs `(("zeromq" ,zeromq))) - (home-page "http://zeromq.org") + (home-page "https://zeromq.org") (synopsis "High-level C bindings for ØMQ") (description "czmq provides bindings for the ØMQ core API that hides the differences |