From 3a38cef8f9108bcbf024c05dc89dd80561f7e62b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 14 Mar 2020 01:30:31 -0700 Subject: 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 --- lib/licenses.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/licenses.nix') 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"; -- cgit 1.4.1