diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-29 09:17:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-29 09:17:44 +0800 |
| commit | c6b57e0cdc4691d860ac1659cc4bb711a3cd328e (patch) | |
| tree | 5f56efe8f59da659f0cd0a3cabfe3ef96e3ff041 | |
| parent | Merge pull request #152541 from NixOS/backport-152466-to-release-21.11 (diff) | |
| parent | apache-airflow: avoid https redirect (diff) | |
| download | nixpkgs-c6b57e0cdc4691d860ac1659cc4bb711a3cd328e.tar.gz | |
Merge pull request #152540 from NixOS/backport-152467-to-release-21.11
[Backport release-21.11] apache-airflow: avoid https redirect
| -rw-r--r-- | pkgs/development/python-modules/apache-airflow/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/apache-airflow/default.nix b/pkgs/development/python-modules/apache-airflow/default.nix index 22a1772bf162..c666d89b2bfa 100644 --- a/pkgs/development/python-modules/apache-airflow/default.nix +++ b/pkgs/development/python-modules/apache-airflow/default.nix @@ -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 ]; }; |
