diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-10-24 03:11:22 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-10-24 17:59:07 +0200 |
| commit | fa3075a22d795d1a55e50e811cecb483aed5b474 (patch) | |
| tree | c6292bfb565a6558eb7acee2c5524859f27a83eb /lib/licenses.nix | |
| parent | python312Packages.pillow-simd: drop (diff) | |
| download | nixpkgs-fa3075a22d795d1a55e50e811cecb483aed5b474.tar.gz | |
lib/licenses: introduce MIT-CMU license
Diffstat (limited to 'lib/licenses.nix')
| -rw-r--r-- | lib/licenses.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index fb7b6c2e837f..495823c90a35 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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"; |
