python311Packages.aionotion: add meta.changelog

This commit is contained in:
natsukium
2023-12-20 20:15:31 +01:00
committed by Martin Weinelt
parent 6bb203b63a
commit c83e928920
@@ -74,6 +74,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for Notion Home Monitoring";
homepage = "https://github.com/bachya/aionotion";
changelog = "https://github.com/bachya/aionotion/releases/tag/${src.rev}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};