python3Packages.apache-airflow: remove costrouc as a maintainer

User is inactive.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Graham Bennett
2022-09-12 09:21:01 +01:00
parent ccdacae5a8
commit 2fcdcc75bf
@@ -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 ];
};
}