From b9d48396c3ba46c73e123c742f16cb9bd9c06a42 Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sat, 23 Feb 2013 10:40:32 +0100 Subject: gnutls: fixed download path --- recipes/gnutls/gnutls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc index 004161a9f6..5337fde2c8 100644 --- a/recipes/gnutls/gnutls.inc +++ b/recipes/gnutls/gnutls.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/" DEPENDS = "zlib libgcrypt lzo guile-native" LICENSE = "LGPL" -SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.gnu.org/gnu/gnutls/gnutls-${PV}.tar.bz2" inherit autotools binconfig pkgconfig -- cgit 1.2.3-korg