Unverified Commit 44bf6738 authored by Ulysses Zhan's avatar Ulysses Zhan
Browse files

python3Packages.keyboard: add maintainer ulysseszhan

parent 646eed5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}