about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorDavid Anderson <dave@natulte.net>2020-03-14 01:30:31 -0700
committerDavid Anderson <dave@natulte.net>2020-09-09 18:29:42 +0000
commit3a38cef8f9108bcbf024c05dc89dd80561f7e62b (patch)
treea7d9b0b6b7b2c13deb6053fa7900f2feb1679f44 /lib
parent9c11454182fdd8d17dfc8178d995899b843111f2 (diff)
jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index ee11966b0d533..8492cf2495b41 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -448,11 +448,6 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
     free = false;
   };
 
-  jasper = spdx {
-    spdxId = "JasPer-2.0";
-    fullName = "JasPer License";
-  };
-
   lgpl2Only = spdx {
     spdxId = "LGPL-2.0-only";
     fullName = "GNU Library General Public License v2 only";