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.

h7x4 f8cec6e0 8d165ba9

+2 -2
+1 -1
pkgs/data/fonts/marathi-cursive/default.nix
··· 22 22 homepage = "https://github.com/MihailJP/MarathiCursive"; 23 23 description = "Modi script font with Graphite and OpenType support"; 24 24 maintainers = with maintainers; [ mathnerd314 ]; 25 - license = licenses.mit; # It's the M+ license, M+ is MIT(-ish) 25 + license = licenses.mplus; 26 26 platforms = platforms.all; 27 27 }; 28 28 }
+1 -1
pkgs/data/fonts/mplus-outline-fonts/default.nix
··· 25 25 homepage = "https://mplus-fonts.osdn.jp"; 26 26 maintainers = with maintainers; [ uakci ]; 27 27 platforms = platforms.all; 28 - license = licenses.mit; 28 + license = licenses.mplus; 29 29 }; 30 30 }; 31 31