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

* gnu/packages/python-xyz.scm (python-cycler)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:23:37 +01:00
parent f63b3eae42
commit 80a0a05f98
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5077,7 +5077,7 @@ (define-public python-cycler
'(#: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