mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-seaborn: Update & use HTTPS home page.
* gnu/packages/python-xyz.scm (python-seaborn)[home-page]: Follow redirection, but use HTTPS.
This commit is contained in:
parent
5d6e7106e1
commit
d3d73bd650
1 changed files with 1 additions and 1 deletions
|
@ -6128,7 +6128,7 @@ (define-public python-seaborn
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue