diff options
author | Michael Hoang | 2024-07-09 14:21:18 +1000 |
---|---|---|
committer | Michael Hoang | 2024-07-09 14:32:33 +1000 |
commit | eb725313bcaa538abc35cb4ae32a0dd3e8f79661 (patch) | |
tree | ff51a08f9f54fec06cede657b642ceefd3d29702 /pkgs/tools/inputmethods | |
parent | 05bbf675397d5366259409139039af8077d695ce (diff) |
treewide: remove Enzime
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r-- | pkgs/tools/inputmethods/unnaturalscrollwheels/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/unnaturalscrollwheels/default.nix b/pkgs/tools/inputmethods/unnaturalscrollwheels/default.nix index 6337b0d7f4f5..e47d55053865 100644 --- a/pkgs/tools/inputmethods/unnaturalscrollwheels/default.nix +++ b/pkgs/tools/inputmethods/unnaturalscrollwheels/default.nix @@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://github.com/ther0n/UnnaturalScrollWheels"; license = licenses.gpl3Plus; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; - maintainers = with maintainers; [ emilytrau Enzime ]; + maintainers = with maintainers; [ emilytrau ]; platforms = platforms.darwin; }; }) |