diff options
Diffstat (limited to 'recipes/libnice.recipe')
-rw-r--r-- | recipes/libnice.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libnice.recipe b/recipes/libnice.recipe index 399aff45..9c416fa5 100644 --- a/recipes/libnice.recipe +++ b/recipes/libnice.recipe @@ -4,7 +4,7 @@ class Recipe(recipe.Recipe): name = 'libnice' version = '0.1.14' stype = SourceType.TARBALL - url = 'http://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz' + url = 'https://nice.freedesktop.org/releases/%(name)s-%(version)s.tar.gz' licenses = [License.LGPLv2_1Plus, License.MPLv1_1] configure_options = '--enable-static --enable-static-plugins --enable-shared \ --with-gstreamer --without-gstreamer-0.10 \ |