tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.seaborn: update homepage
Mario Rodas
5 years ago
3609250a
4f41a72a
+2
-2
2 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
seaborn
0.9.1.nix
default.nix
+1
-1
pkgs/development/python-modules/seaborn/0.9.1.nix
reviewed
···
26
26
27
27
meta = {
28
28
description = "Statisitical data visualization";
29
29
-
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
29
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
reviewed
···
29
29
30
30
meta = {
31
31
description = "Statisitical data visualization";
32
32
-
homepage = "http://stanford.edu/~mwaskom/software/seaborn/";
32
32
+
homepage = "https://seaborn.pydata.org/";
33
33
license = with lib.licenses; [ bsd3 ];
34
34
maintainers = with lib.maintainers; [ fridh ];
35
35
};