diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:23:37 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:23:37 +0100 |
commit | 80a0a05f98d8a09b7565d85b27567daf33ab0c0f (patch) | |
tree | d272944212624afdc80a93003d613d465f4a58e1 /gnu | |
parent | f63b3eae42261f7b4814b71cc6dc41db2ed15741 (diff) |
gnu: python-cycler: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-cycler)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 312df53d9b..8590494a5e 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 |