python311Packages.pymetno: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-11-11 09:16:27 +01:00
committed by GitHub
parent 3bbf4790b2
commit 839ef09e3a
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A library to communicate with the met.no API";
homepage = "https://github.com/Danielhiversen/pyMetno/";
changelog = "https://github.com/Danielhiversen/pyMetno/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ flyfloh ];
};