maintainers: drop abbradar

Listed as maintainer for ~170 packages but last commit that made it to
master was 6786ceb in February 2022.

Unresponsive on PRs, such as i.e. #411522
This commit is contained in:
phaer
2025-08-22 09:49:27 +02:00
committed by Weijia Wang
parent 945594a980
commit 978931902c
174 changed files with 149 additions and 199 deletions
@@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Better directory iterator and faster os.walk()";
homepage = "https://github.com/benhoyt/scandir";
license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ];
maintainers = [ ];
};
}