Unverified Commit 36ac27ac authored by Guanran Wang's avatar Guanran Wang
Browse files

fcitx5-pinyin-moegirl: fix license

parent 732ee539
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    description = "Fcitx 5 pinyin dictionary from zh.moegirl.org.cn";
    homepage = "https://github.com/outloudvi/mw2fcitx";
    license = with lib.licenses; [
      unlicense
      mit
      cc-by-nc-sa-30
    ];
    maintainers = with lib.maintainers; [ Guanran928 ];