summaryrefslogtreecommitdiffstats
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2023-10-06 19:34:49 +0200
committerh7x4 <h7x4@nani.wtf>2024-02-10 16:05:31 +0100
commitf8cec6e01d88e46aba0fb5f13e01f1b2edc033bf (patch)
treefab5714a0b99b984a1ececa7ae5dd05333e41249 /pkgs/data/fonts
parent8d165ba9039c8ef55cf598aa1e65da1629fd2368 (diff)
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.
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/marathi-cursive/default.nix2
-rw-r--r--pkgs/data/fonts/mplus-outline-fonts/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/marathi-cursive/default.nix b/pkgs/data/fonts/marathi-cursive/default.nix
index 7f6bedc75e8b..4da56b2251c5 100644
--- a/pkgs/data/fonts/marathi-cursive/default.nix
+++ b/pkgs/data/fonts/marathi-cursive/default.nix
@@ -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;
};
}
diff --git a/pkgs/data/fonts/mplus-outline-fonts/default.nix b/pkgs/data/fonts/mplus-outline-fonts/default.nix
index 06d4f018e644..401295dda1b3 100644
--- a/pkgs/data/fonts/mplus-outline-fonts/default.nix
+++ b/pkgs/data/fonts/mplus-outline-fonts/default.nix
@@ -25,7 +25,7 @@ in
homepage = "https://mplus-fonts.osdn.jp";
maintainers = with maintainers; [ uakci ];
platforms = platforms.all;
- license = licenses.mit;
+ license = licenses.mplus;
};
};