mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
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:
parent
f63b3eae42
commit
80a0a05f98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue