diff options
Diffstat (limited to 'recipes/opus.recipe')
-rw-r--r-- | recipes/opus.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opus.recipe b/recipes/opus.recipe index 9b11b4e5..7cf592de 100644 --- a/recipes/opus.recipe +++ b/recipes/opus.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'opus' version = '1.3' - licenses = [License.BSD_like] + licenses = [{License.BSD_like: ['COPYING']}] stype = SourceType.TARBALL url = 'xiph://.tar.gz' tarball_checksum = '4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550' |