nckx pushed a commit to branch master
in repository guix.
commit d3d73bd6500c54c5480b0bbd10e9ad3268920457
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 21:54:27 2020 +0100
gnu: python-seaborn: Update & use HTTPS home page.
* gnu/packages/python-xyz.scm (python-seaborn)[home-page]: Follow
redirection, but use HTTPS.
---
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 be45990..ec893d4 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