Commit 2fcdcc75 authored by Graham Bennett's avatar Graham Bennett
Browse files

python3Packages.apache-airflow: remove costrouc as a maintainer



User is inactive.

Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent ccdacae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}