Unverified Commit f040a9d3 authored by K900's avatar K900 Committed by GitHub
Browse files

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

jbig2dec: Correct license information.
parents 842e2c3e b42c6070
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}