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

This commit is contained in:
Aleksana
2026-03-02 13:36:39 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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
View File
@@ -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
];
};