summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2022-01-28 14:23:25 +0000
committer06kellyjac <dev@j-k.io>2022-01-28 14:23:25 +0000
commite98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3 (patch)
tree366d5f1e05b4bd37ced9cc200c15bc3e4cc61b06 /lib
parent4cb2e264598d4d4fba59569d757c88edb53b947f (diff)
downloadnixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.tar
nixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.tar.gz
nixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.tar.bz2
nixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.tar.lz
nixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.tar.xz
nixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.tar.zst
nixpkgs-e98d8f7207250d4e8df3f3d1602a47c9d9c8c3a3.zip
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 d305001a5c1..ddd5f8daac4 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -586,6 +586,11 @@ in mkLicense lset) ({
     spdxId = "MIT";
     fullName = "MIT License";
   };
+  # https://spdx.org/licenses/MIT-feh.html
+  mit-feh = {
+    spdxId = "MIT-feh";
+    fullName = "feh License";
+  };
 
   mpl10 = {
     spdxId = "MPL-1.0";