From 2fcdcc75bf2218a457220d860931c07e8a6ab48b Mon Sep 17 00:00:00 2001 From: Graham Bennett Date: Mon, 12 Sep 2022 09:21:01 +0100 Subject: [PATCH] python3Packages.apache-airflow: remove costrouc as a maintainer User is inactive. Co-authored-by: Sandro --- pkgs/development/python-modules/apache-airflow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/apache-airflow/default.nix b/pkgs/development/python-modules/apache-airflow/default.nix index 8268141d7bdd..3c177a39edb4 100644 --- a/pkgs/development/python-modules/apache-airflow/default.nix +++ b/pkgs/development/python-modules/apache-airflow/default.nix @@ -294,6 +294,6 @@ buildPythonPackage rec { description = "Programmatically author, schedule and monitor data pipelines"; homepage = "https://airflow.apache.org/"; license = licenses.asl20; - maintainers = with maintainers; [ bhipple costrouc gbpdt ingenieroariel ]; + maintainers = with maintainers; [ bhipple gbpdt ingenieroariel ]; }; }