Commit d680a8ae authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

libchewing: add ShamrockLee as a maintainer

parent f193ae7b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,7 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Intelligent Chinese phonetic input method";
    homepage = "https://chewing.im/";
    license = licenses.lgpl21Only;
    maintainers = [ maintainers.ericsagnes ];
    maintainers = with maintainers; [
      ericsagnes
      ShamrockLee
    ];
    platforms = platforms.linux;
  };
})