Merge pull request #152467 from jonringer/apache-homepage

apache-airflow: avoid https redirect
This commit is contained in:
Bobby Rong
2021-12-29 09:10:58 +08:00
committed by GitHub
@@ -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 ];
};