lol

pythonPackages.seaborn: update homepage

+2 -2
+1 -1
pkgs/development/python-modules/seaborn/0.9.1.nix
··· 26 26 27 27 meta = { 28 28 description = "Statisitical data visualization"; 29 - homepage = "http://stanford.edu/~mwaskom/software/seaborn/"; 29 + homepage = "https://seaborn.pydata.org/"; 30 30 license = with lib.licenses; [ bsd3 ]; 31 31 maintainers = [ ]; 32 32 };
+1 -1
pkgs/development/python-modules/seaborn/default.nix
··· 29 29 30 30 meta = { 31 31 description = "Statisitical data visualization"; 32 - homepage = "http://stanford.edu/~mwaskom/software/seaborn/"; 32 + homepage = "https://seaborn.pydata.org/"; 33 33 license = with lib.licenses; [ bsd3 ]; 34 34 maintainers = with lib.maintainers; [ fridh ]; 35 35 };