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

python310Packages.schedule: add changelog to meta

parent de64d9d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python job scheduling for humans";
    homepage = "https://github.com/dbader/schedule";
    changelog = "https://github.com/dbader/schedule/blob/${version}/HISTORY.rst";
    license = licenses.mit;
  };

}