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
@@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "A spawner for Jupyterhub to spawn notebooks using batch resource managers";
homepage = "https://jupyter.org";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
maintainers = [ ];
};
}