gnu: python-cycler: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-cycler)[home-page]: Use HTTPS URI.master
parent
f63b3eae42
commit
80a0a05f98
|
@ -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
|
||||
|
|
Reference in New Issue