python310Packages.neo4j: add changelog to meta
This commit is contained in:
parent
3dc19ce82d
commit
49c247fe59
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user