various: remove domenkozar from maintainers (#415576)

This commit is contained in:
Domen Kožar
2025-06-11 10:14:54 +00:00
committed by GitHub
parent 656228443c
commit 19b476ebef
88 changed files with 59 additions and 88 deletions
@@ -17,7 +17,7 @@ buildPythonPackage rec {
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = "http://dev.pocoo.org";
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}
@@ -95,7 +95,6 @@ buildPythonPackage rec {
homepage = "https://docs.pytest.org";
description = "Framework for writing tests";
maintainers = with maintainers; [
domenkozar
lovek323
madjar
lsix