~ruther/guix-local

42b9541c5b04d17c1b240f6d3c726e1c0c267a3f — Efraim Flashner 8 years ago 615d147
gnu: mlt: Fix license.

mlt is built with '--enable-gpl3', so the license is gpl3.

* gnu/packages/video.scm (mlt)[license]: Change license to gpl3.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +1 -1
@@ 1768,7 1768,7 @@ broadcasting.  It provides a toolkit for broadcasters, video editors, media
players, transcoders, web streamers and many more types of applications.  The
functionality of the system is provided via an assortment of ready to use
tools, XML authoring components, and an extensible plug-in based API.")
    (license license:lgpl2.1+)))
    (license license:gpl3)))

(define-public v4l-utils
  (package