diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:54:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | d3d73bd6500c54c5480b0bbd10e9ad3268920457 (patch) | |
tree | 5f41a71b21390f88dcfc9429b1dbd8187979de87 /gnu/packages/python-xyz.scm | |
parent | 5d6e7106e169c58f90d54cf9afdcff6ab6111a71 (diff) |
gnu: python-seaborn: Update & use HTTPS home page.
* gnu/packages/python-xyz.scm (python-seaborn)[home-page]: Follow
redirection, but use HTTPS.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 be45990249..ec893d4264 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6128,7 +6128,7 @@ SVG, EPS, PNG and terminal output.") (native-inputs `(("python-pytest" ,python-pytest) ("xorg-server" ,xorg-server-for-tests))) - (home-page "http://stanford.edu/~mwaskom/software/seaborn/") + (home-page "https://seaborn.pydata.org/") (synopsis "Statistical data visualization") (description "Seaborn is a library for making attractive and informative statistical |