Merge pull request #189453 from sebras/correct-jbig2dec-license

jbig2dec: Correct license information.
This commit is contained in:
K900 2022-09-14 13:06:01 +03:00 committed by GitHub
commit f040a9d34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.jbig2dec.com/";
description = "Decoder implementation of the JBIG2 image compression format";
license = lib.licenses.gpl2Plus;
license = lib.licenses.agpl3;
platforms = lib.platforms.unix;
};
}