ngz pushed a commit to branch master
in repository guix.
commit 80a0a05f98d8a09b7565d85b27567daf33ab0c0f
Author: Nicolas Goaziou <[email protected]>
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