python310Packages.zamg: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-05 23:48:27 +01:00
parent 2987aa0aab
commit a6a28058db
@@ -44,6 +44,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to read weather data from ZAMG Austria";
homepage = "https://github.com/killer0071234/python-zamg";
changelog = "https://github.com/killer0071234/python-zamg/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};