3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pyzabbix: Use HTTPS home page URI.

* gnu/packages/monitoring.scm (python-pyzabbix)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:36:20 +01:00
parent d3bb41a71d
commit c17e6604c1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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