mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
lib/licenses: introduce MIT-CMU license
This commit is contained in:
parent
1971cea549
commit
fa3075a22d
@ -890,6 +890,11 @@ lib.mapAttrs mkLicense ({
|
|||||||
fullName = "MIT License";
|
fullName = "MIT License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mit-cmu = {
|
||||||
|
spdxId = "MIT-CMU";
|
||||||
|
fullName = "CMU License";
|
||||||
|
};
|
||||||
|
|
||||||
mit-feh = {
|
mit-feh = {
|
||||||
spdxId = "MIT-feh";
|
spdxId = "MIT-feh";
|
||||||
fullName = "feh License";
|
fullName = "feh License";
|
||||||
|
Loading…
Reference in New Issue
Block a user