fcitx5-pinyin-moegirl: fix license

This commit is contained in:
Guanran Wang 2026-03-02 15:34:42 +08:00
parent 732ee53923
commit 36ac27ac6b
No known key found for this signature in database
GPG key ID: 91F97D9ED12639CF

View file

@ -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 ];