From 44bf6738d83af65e357ca7d3140a2fae16ac6510 Mon Sep 17 00:00:00 2001 From: Ulysses Zhan Date: Sun, 15 Feb 2026 09:32:09 -0800 Subject: [PATCH] python3Packages.keyboard: add maintainer ulysseszhan --- pkgs/development/python-modules/keyboard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/keyboard/default.nix b/pkgs/development/python-modules/keyboard/default.nix index 3fa11c3a7646..13df8fdb9e69 100644 --- a/pkgs/development/python-modules/keyboard/default.nix +++ b/pkgs/development/python-modules/keyboard/default.nix @@ -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; }; }