python311Packages.dwdwfsapi: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-05 09:08:30 +02:00
parent acb7921481
commit 3f4fab2b84

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client to retrieve data provided by DWD via their geoserver WFS API";
homepage = "https://github.com/stephan192/dwdwfsapi";
changelog = "https://github.com/stephan192/dwdwfsapi/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ elohmeier ];
};