Commit d5a38395 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.meteofrance-api: add changelog to meta

parent 6518cfd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };