summaryrefslogtreecommitdiff
path: root/recipes/nettle.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nettle.recipe')
-rw-r--r--recipes/nettle.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nettle.recipe b/recipes/nettle.recipe
index 8b26b2a5..edafdcb7 100644
--- a/recipes/nettle.recipe
+++ b/recipes/nettle.recipe
@@ -10,7 +10,7 @@ from cerbero.build.filesprovider import FilesProvider
class Recipe(recipe.Recipe):
name = 'nettle'
version = '2.4'
- license = License.LGPLv2_1
+ licenses = [License.LGPLv2_1Plus]
configure_options = '--enable-shared'
deps = ['gmp']