guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

45/87: gnu: python-pyzabbix: Use HTTPS home page URI.


From: guix-commits
Subject: 45/87: gnu: python-pyzabbix: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:39 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c17e6604c11294534120b2849a63821715c8f526
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]