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

python310Packages.holidays: add changelog to meta

parent 143d998c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Generate and work with holidays in Python";
    homepage = "https://github.com/dr-prodigy/python-holidays";
    changelog = "https://github.com/dr-prodigy/python-holidays/releases/tag/v.${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ jluttine ];
  };