diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:36:20 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:36:20 +0100 |
commit | c17e6604c11294534120b2849a63821715c8f526 (patch) | |
tree | 41aeccbae7fd10eb2235a77890778b5bd184d50e | |
parent | d3bb41a71da9ae2c9c0940f10781503dcd6a5f51 (diff) | |
download | guix-c17e6604c11294534120b2849a63821715c8f526.tar.gz |
gnu: python-pyzabbix: Use HTTPS home page URI.
* gnu/packages/monitoring.scm (python-pyzabbix)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/monitoring.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 81e3d9c156..0a98544ae9 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -286,7 +286,7 @@ through a text-based interface.") (package (name "python-pyzabbix") (version "0.8.2") - (home-page "http://github.com/lukecyca/pyzabbix") + (home-page "https://github.com/lukecyca/pyzabbix") ;; No tests on PyPI, use the git checkout. (source (origin |