mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Package.aionotify: remove myself from maintainers
This commit is contained in:
parent
70c877ea4c
commit
846ebc44a6
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user