From 87d364eccfdbfd549126b87d67236d3444997e85 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Wed, 7 Jan 2026 14:51:24 +0100 Subject: [PATCH] apache-airflow: add meta.changelog --- pkgs/by-name/ap/apache-airflow/python-package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/ap/apache-airflow/python-package.nix b/pkgs/by-name/ap/apache-airflow/python-package.nix index 5d156ca96f60..f9800b0700ec 100644 --- a/pkgs/by-name/ap/apache-airflow/python-package.nix +++ b/pkgs/by-name/ap/apache-airflow/python-package.nix @@ -343,6 +343,7 @@ buildPythonPackage rec { meta = { description = "Programmatically author, schedule and monitor data pipelines"; homepage = "https://airflow.apache.org/"; + changelog = "https://airflow.apache.org/docs/apache-airflow/${version}/release_notes.html"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ gbpdt