apache-airflow: avoid https redirect

This commit is contained in:
Jonathan Ringer
2021-12-28 08:53:47 -08:00
parent 1e01453b30
commit 4efb30a66b

View File

@@ -234,7 +234,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Programmatically author, schedule and monitor data pipelines";
homepage = "http://airflow.apache.org/";
homepage = "https://airflow.apache.org/";
license = licenses.asl20;
maintainers = with maintainers; [ bhipple costrouc ingenieroariel ];
};