dual license ppx_unicode
This commit is contained in:
parent
567a47da23
commit
f1980a782f
|
@ -25,7 +25,7 @@ buildDunePackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "opinionated ppx for string literals";
|
description = "opinionated ppx for string literals";
|
||||||
homepage = "https://git.lain.faith/haskal/ppx_unicode";
|
homepage = "https://git.lain.faith/haskal/ppx_unicode";
|
||||||
license = lib.licenses.cc-by-nc-sa-40;
|
license = lib.licenses.fyptl;
|
||||||
maintainers = [];
|
maintainers = [];
|
||||||
platforms = with lib.platforms; linux ++ darwin;
|
platforms = with lib.platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue