guix-commits
[Top][All Lists]
Advanced

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

31/87: gnu: python-cycler: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

commit 80a0a05f98d8a09b7565d85b27567daf33ab0c0f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:23:37 2021 +0100

    gnu: python-cycler: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-cycler)[home-page]: Use HTTPS URI.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 312df53..8590494 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5077,7 +5077,7 @@ transcendental functions).")
      '(#:tests? #f))
     (propagated-inputs
      `(("python-six" ,python-six)))
-    (home-page "http://matplotlib.org/cycler/";)
+    (home-page "https://matplotlib.org/cycler/";)
     (synopsis "Composable keyword argument iterator")
     (description
      "When using @code{matplotlib} and plotting more than one line, it is



reply via email to

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