python3Packages.graspologic: update homepage

This commit is contained in:
Ben Darwin 2021-10-06 11:59:48 -04:00
parent 857707a47d
commit 170fda826d

View file

@ -41,7 +41,7 @@ buildPythonPackage rec {
disabledTests = [ "gridplot_outputs" ];
meta = with lib; {
homepage = "https://graspy.neurodata.io";
homepage = "https://graspologic.readthedocs.io";
description = "A package for graph statistical algorithms";
license = licenses.asl20; # changing to `licenses.mit` in next release
maintainers = with maintainers; [ bcdarwin ];