pythonPackages.seaborn: update homepage

gstqt5
Mario Rodas 2020-10-02 04:20:00 +00:00
parent 4f41a72ad0
commit 3609250a3c
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
meta = {
description = "Statisitical data visualization";
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
homepage = "https://seaborn.pydata.org/";
license = with lib.licenses; [ bsd3 ];
maintainers = [ ];
};

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = {
description = "Statisitical data visualization";
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
homepage = "https://seaborn.pydata.org/";
license = with lib.licenses; [ bsd3 ];
maintainers = with lib.maintainers; [ fridh ];
};