curl: fix homepage
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 6 Nov 2013 10:21:34 +0000 (07:21 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 6 Nov 2013 10:59:46 +0000 (11:59 +0100)
cURL's homepage is curl.haxx.se and not curl.haxx.nu

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcurl/Config.in

index 1d6d08e68017b21f6ba4910d18b5428a04c30e39..8e2953e45b392ac33a9cd762f9882b674e9c0758 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBCURL
          cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
          and Dict servers, using any of the supported protocols.
 
-         http://curl.haxx.nu/
+         http://curl.haxx.se/
 
 config BR2_PACKAGE_CURL
        bool "curl binary"