python3Packages.graspologic: update homepage
This commit is contained in:
parent
857707a47d
commit
170fda826d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||||
disabledTests = [ "gridplot_outputs" ];
|
disabledTests = [ "gridplot_outputs" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://graspy.neurodata.io";
|
homepage = "https://graspologic.readthedocs.io";
|
||||||
description = "A package for graph statistical algorithms";
|
description = "A package for graph statistical algorithms";
|
||||||
license = licenses.asl20; # changing to `licenses.mit` in next release
|
license = licenses.asl20; # changing to `licenses.mit` in next release
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
|
|
Loading…
Reference in a new issue