python310Packages.aiopulse: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-12 18:07:57 +01:00
committed by GitHub
parent 25c1d3279e
commit 7ef6aea305
@@ -37,6 +37,7 @@ buildPythonPackage rec {
binary protocol to issues commands to the Pulse Hub.
'';
homepage = "https://github.com/atmurray/aiopulse";
changelog = "https://github.com/atmurray/aiopulse/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};