treewide: drop inactive maintainer costrouc from all python packages

This commit is contained in:
Sandro Jäckel
2023-07-18 13:10:04 +02:00
parent ec51d79148
commit 386b81c136
220 changed files with 220 additions and 220 deletions
@@ -69,6 +69,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ionrock/cachecontrol";
changelog = "https://github.com/psf/cachecontrol/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ costrouc ];
maintainers = with maintainers; [ ];
};
}