summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-16 13:31:43 +0100
committerGitHub <noreply@github.com>2022-02-16 13:31:43 +0100
commit980ed8dd768d13dd020a4a7f96a9b55882bdae19 (patch)
treea65b3e6ab0e13664395b210fae91cef2742330de /lib
parent6016f1c26c4ba404b836358d7bd236debe38bd52 (diff)
parente98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3 (diff)
downloadnixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.tar
nixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.tar.gz
nixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.tar.bz2
nixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.tar.lz
nixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.tar.xz
nixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.tar.zst
nixpkgs-980ed8dd768d13dd020a4a7f96a9b55882bdae19.zip
Merge pull request #155707 from 06kellyjac/feh
feh: correct license
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index aa3fa7c6e56..b9310ef6c5b 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -596,6 +596,11 @@ in mkLicense lset) ({
     spdxId = "MIT";
     fullName = "MIT License";
   };
+  # https://spdx.org/licenses/MIT-feh.html
+  mit-feh = {
+    spdxId = "MIT-feh";
+    fullName = "feh License";
+  };
 
   mitAdvertising = {
     spdxId = "MIT-advertising";