gnu: python-cycler: Use HTTPS home page URI.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:23:37 +0000 (11:23 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Feb 2021 10:23:37 +0000 (11:23 +0100)
* gnu/packages/python-xyz.scm (python-cycler)[home-page]: Use HTTPS URI.

gnu/packages/python-xyz.scm

index 312df53..8590494 100644 (file)
@@ -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