3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 4e09227d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};