ibus-engines.mozc: add maintainer pineapplehunter

This commit is contained in:
Shogo Takata 2024-01-20 22:06:24 +09:00
parent 98acc01d07
commit d01b5a56a2

View file

@ -84,6 +84,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/google/mozc";
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [ gebner ericsagnes ];
maintainers = with maintainers; [ gebner ericsagnes pineapplehunter ];
};
}