mjpegtools: correct license

main
Jan Tojnar 2 years ago
parent cf5c58ea39
commit 3f8b8a8ebf
  1. 2
      pkgs/tools/video/mjpegtools/default.nix

@ -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 ];
};

Loading…
Cancel
Save