python312Packages.pymsteams: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-07-12 15:55:29 +02:00
committed by GitHub
parent bb9beeca51
commit fd6726c53e
@@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to interact with Microsoft Teams";
homepage = "https://github.com/rveachkc/pymsteams";
changelog = "https://github.com/rveachkc/pymsteams/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};