diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-12-28 08:53:47 -0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-29 01:14:55 +0000 |
| commit | 07e09d27b3156839f5359090dfc3540df773f471 (patch) | |
| tree | 7ba0d73940952340048136cdcae27c38eacc9662 | |
| parent | Merge pull request #152537 from NixOS/backport-152476-to-release-21.11 (diff) | |
| download | nixpkgs-07e09d27b3156839f5359090dfc3540df773f471.tar.gz | |
apache-airflow: avoid https redirect
(cherry picked from commit 4efb30a66bbab5a15d614c8b11033e8946f9252c)
| -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 ]; }; |
