Loading pkgs/development/python-modules/annoy/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk"; homepage = "https://github.com/spotify/annoy"; changelog = "https://github.com/spotify/annoy/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ timokau ]; }; Loading Loading
pkgs/development/python-modules/annoy/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = with lib; { description = "Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk"; homepage = "https://github.com/spotify/annoy"; changelog = "https://github.com/spotify/annoy/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ timokau ]; }; Loading