Unverified Commit e1cc0d98 authored by Guanran Wang's avatar Guanran Wang
Browse files

rime-moegirl: fix license

parent 36ac27ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    description = "RIME dictionary file for entries from zh.moegirl.org.cn";
    homepage = "https://github.com/outloudvi/mw2fcitx/releases";
    license = with lib.licenses; [
      unlicense # the tool packaging dictionary
      mit # the tool packaging dictionary
      cc-by-nc-sa-30 # moegirl wiki itself
    ];
  };