From: Carlos Santos Date: Thu, 8 Sep 2016 21:13:37 +0000 (-0300) Subject: gtest: fix URL in package description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66c1d1dc169d11d7bcf8db115d6e6ea03ccb8d73;p=buildroot.git gtest: fix URL in package description http://code.google.com/p/googletest redirects to https://github.com/google/googletest, now. Signed-off-by: Carlos Santos Signed-off-by: Thomas Petazzoni --- diff --git a/package/gtest/Config.in b/package/gtest/Config.in index c07f13bf6f..355b736c60 100644 --- a/package/gtest/Config.in +++ b/package/gtest/Config.in @@ -19,7 +19,7 @@ config BR2_PACKAGE_GTEST This package allows running testsuites on the target which might be advantageous in certain cases. - http://code.google.com/p/googletest/ + https://github.com/google/googletest comment "gtest needs a toolchain w/ C++, wchar, threads" depends on BR2_USE_MMU