python310Packages.meteofrance-api: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-23 00:54:18 +01:00
parent 6518cfd667
commit d5a383955a
@@ -62,6 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to access information from the Meteo-France API";
homepage = "https://github.com/hacf-fr/meteofrance-api";
changelog = "https://github.com/hacf-fr/meteofrance-api/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};