python310Packages.annoy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-28 00:02:38 +02:00
parent f187ab6ae8
commit 0605bc4522

View file

@ -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 ];
};