ngz pushed a commit to branch master
in repository guix.
commit c17e6604c11294534120b2849a63821715c8f526
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:36:20 2021 +0100
gnu: python-pyzabbix: Use HTTPS home page URI.
* gnu/packages/monitoring.scm (python-pyzabbix)[home-page]: Use HTTPS URI.
---
gnu/packages/monitoring.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 81e3d9c..0a98544 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