mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
615d14768c
commit
42b9541c5b
1 changed files with 1 additions and 1 deletions
|
@ -1768,7 +1768,7 @@ (define-public mlt
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue