python3Packages.apscheduler: add meta.changelog

This commit is contained in:
Robert Schütz
2025-11-08 18:45:09 -08:00
parent 6557f66294
commit 95acb919e1

View File

@@ -69,10 +69,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "apscheduler" ]; 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"; description = "Library that lets you schedule your Python code to be executed";
homepage = "https://github.com/agronholm/apscheduler"; homepage = "https://github.com/agronholm/apscheduler";
license = licenses.mit; license = lib.licenses.mit;
maintainers = [ ]; maintainers = [ ];
}; };
} }