mjpegtools: correct license

This commit is contained in:
Jan Tojnar 2022-02-06 18:11:10 +01:00
parent cf5c58ea39
commit 3f8b8a8ebf

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A suite of programs for processing MPEG or MJPEG video";
homepage = "http://mjpeg.sourceforge.net/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];
};