python310Packages.neo4j: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-01 16:56:43 +01:00
parent 3dc19ce82d
commit 49c247fe59

View File

@ -32,7 +32,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Neo4j Bolt Driver for Python";
homepage = "https://github.com/neo4j/neo4j-python-driver";
nn homepage = "https://github.com/neo4j/neo4j-python-driver";
changelog = "https://github.com/neo4j/neo4j-python-driver/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};