summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/custom.py b/packages/custom.py
index 87d82735..dbce8b3e 100644
--- a/packages/custom.py
+++ b/packages/custom.py
@@ -8,5 +8,5 @@ class GStreamer:
url = "http://gstreamer.freedesktop.org"
version = '1.16.0.1'
vendor = 'GStreamer Project'
- licenses = [License.LGPL]
+ licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'