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";
|
||||
};
|
||||
|
||||
mit-cmu = {
|
||||
spdxId = "MIT-CMU";
|
||||
fullName = "CMU License";
|
||||
};
|
||||
|
||||
mit-feh = {
|
||||
spdxId = "MIT-feh";
|
||||
fullName = "feh License";
|
||||
|
Loading…
Reference in New Issue
Block a user