forked from mirrors/nixpkgs
Merge pull request #152467 from jonringer/apache-homepage
apache-airflow: avoid https redirect
This commit is contained in:
commit
4e09227d01
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue