Unverified Commit 839ef09e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.pymetno: add changelog to meta

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