python3Packages.keyboard: add maintainer ulysseszhan

This commit is contained in:
Ulysses Zhan
2026-02-15 09:32:09 -08:00
parent 646eed5f7e
commit 44bf6738d8
@@ -27,7 +27,7 @@ buildPythonPackage rec {
description = "Hook and simulate keyboard events on Windows and Linux";
homepage = "https://github.com/boppreh/keyboard";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ ulysseszhan ];
platforms = lib.platforms.linux;
};
}