treewide: use real mplus license

There has not been a lot of packages using this license, but the count
is increasing. Up until now, these packages have been marked as mit due
to how similar the two licenses are.
This commit is contained in:
h7x4 2023-10-06 19:34:49 +02:00
parent 8d165ba903
commit f8cec6e01d
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/MihailJP/MarathiCursive";
description = "Modi script font with Graphite and OpenType support";
maintainers = with maintainers; [ mathnerd314 ];
license = licenses.mit; # It's the M+ license, M+ is MIT(-ish)
license = licenses.mplus;
platforms = platforms.all;
};
}

View File

@ -25,7 +25,7 @@ in
homepage = "https://mplus-fonts.osdn.jp";
maintainers = with maintainers; [ uakci ];
platforms = platforms.all;
license = licenses.mit;
license = licenses.mplus;
};
};