forked from mirrors/nixpkgs
pythonPackages.seaborn: update homepage
This commit is contained in:
parent
4f41a72ad0
commit
3609250a3c
|
@ -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 = [ ];
|
||||
};
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue