Unverified Commit 5fa5e1fd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

{fcitx5-pinyin,rime}-moegirl: fix license (#495732)

parents 7b25dc29 e1cc0d98
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 ];
+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
    ];
  };