summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorGauvain 'GovanifY' Roussel-Tarbouriech <gauvain@govanify.com>2022-09-06 04:22:03 +0200
committerWinter <winter@winter.cafe>2022-09-12 23:13:37 -0400
commit778ac91f3545e70b9be072dbca66207a35244e2c (patch)
tree0325f2f45849000517d5a5736c52be01e3a1cad3 /pkgs/tools/inputmethods
parent1ee25bd6975e0a4ee61afc86cb170923d4977d60 (diff)
fcitx5-mozc: add govanify as maintainer
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix
index 5d9d567790d07..ac85bb2c40e90 100644
--- a/pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix
+++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix
@@ -107,7 +107,7 @@ in clangStdenv.mkDerivation rec {
     description = "Fcitx5 Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)";
     homepage = "https://github.com/fcitx/mozc";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ berberman ];
+    maintainers = with maintainers; [ berberman govanify ];
     platforms = platforms.linux;
   };
 }