tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.graspologic: update homepage
Ben Darwin
4 years ago
170fda82
857707a4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
graspologic
default.nix
+1
-1
pkgs/development/python-modules/graspologic/default.nix
reviewed
···
41
41
disabledTests = [ "gridplot_outputs" ];
42
42
43
43
meta = with lib; {
44
44
-
homepage = "https://graspy.neurodata.io";
44
44
+
homepage = "https://graspologic.readthedocs.io";
45
45
description = "A package for graph statistical algorithms";
46
46
license = licenses.asl20; # changing to `licenses.mit` in next release
47
47
maintainers = with maintainers; [ bcdarwin ];