Commit 95acb919 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.apscheduler: add meta.changelog

parent 6557f662
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -69,10 +69,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "apscheduler" ];

  meta = with lib; {
  meta = {
    changelog = "https://github.com/agronholm/apscheduler/releases/tag/${src.tag}";
    description = "Library that lets you schedule your Python code to be executed";
    homepage = "https://github.com/agronholm/apscheduler";
    license = licenses.mit;
    license = lib.licenses.mit;
    maintainers = [ ];
  };
}