lol

python3Packages.graspologic: update homepage

+1 -1
+1 -1
pkgs/development/python-modules/graspologic/default.nix
··· 41 41 disabledTests = [ "gridplot_outputs" ]; 42 42 43 43 meta = with lib; { 44 - homepage = "https://graspy.neurodata.io"; 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 ];