python3Package.aionotify: remove myself from maintainers

This commit is contained in:
Thiago Kenji Okada 2021-11-23 13:26:27 -03:00
parent 70c877ea4c
commit 846ebc44a6

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Simple, asyncio-based inotify library for Python";
license = with lib.licenses; [ bsd2 ];
platforms = platforms.linux;
maintainers = with lib.maintainers; [ thiagokokada ];
maintainers = with lib.maintainers; [ ];
};
}