maintainers: remove eduardosm

This commit is contained in:
Eduardo Sánchez Muñoz
2021-10-28 16:21:46 +02:00
parent 28405cad78
commit 5fdab076f0
12 changed files with 11 additions and 17 deletions
@@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "PEP 517 compliant build system for PyQt";
homepage = "https://pypi.org/project/PyQt-builder/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}