apache-airflow: add meta.changelog

This commit is contained in:
Sergey Volkov
2026-01-07 14:53:11 +01:00
committed by Wolfgang Walther
parent 1a277d1015
commit 87d364eccf
@@ -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