diff options
Diffstat (limited to 'recipes/nettle/nettle.recipe')
-rw-r--r-- | recipes/nettle/nettle.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/nettle/nettle.recipe b/recipes/nettle/nettle.recipe index 3bf06136..54d903a1 100644 --- a/recipes/nettle/nettle.recipe +++ b/recipes/nettle/nettle.recipe @@ -12,7 +12,7 @@ class Recipe(recipe.Recipe): name = 'nettle' version = '3.4' stype = SourceType.TARBALL - url = 'http://ftp.gnu.org/gnu/{0}/{0}-{1}.tar.gz'.format(name, version) + url = 'https://ftp.gnu.org/gnu/nettle/nettle-%(version)s.tar.gz' licenses = [License.LGPLv2_1Plus] configure_options = '--enable-shared --enable-public-key' |