maintainers: remove eduardosm

This commit is contained in:
Eduardo Sánchez Muñoz
2021-10-28 16:21:46 +02:00
committed by Jonathan Ringer
parent dcc34fe9e1
commit 66d6ec6ed2
12 changed files with 11 additions and 17 deletions

View File

@@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sebastinas/cwcwidth";
changelog = "https://github.com/sebastinas/cwcwidth/blob/main/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ eduardosm ];
maintainers = with maintainers; [ ];
};
}