aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-12-28 08:36:15 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-12-28 08:36:15 +0200
commit42b9541c5b04d17c1b240f6d3c726e1c0c267a3f (patch)
treec35d986916b43558ef59bc4cb3e2f7fd68968046 /gnu/packages/video.scm
parent615d14768c67e29a385d0ef5f3556386bf9fbd04 (diff)
downloadguix-42b9541c5b04d17c1b240f6d3c726e1c0c267a3f.tar
guix-42b9541c5b04d17c1b240f6d3c726e1c0c267a3f.tar.gz
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.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e659d78900..8cd7c149e0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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