Unverified Commit 87d364ec authored by Sergey Volkov's avatar Sergey Volkov Committed by Wolfgang Walther
Browse files

apache-airflow: add meta.changelog

parent 1a277d10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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