summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2016-09-08 18:13:37 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-11 21:59:07 +0200
commit66c1d1dc169d11d7bcf8db115d6e6ea03ccb8d73 (patch)
tree71bc2d893c871b74837aa7ce92768ab754f53406
parentfc431d2ed9167cbbb704cdaaaa766aa7fba26bb8 (diff)
downloadbuildroot-66c1d1dc169d11d7bcf8db115d6e6ea03ccb8d73.tar.gz
buildroot-66c1d1dc169d11d7bcf8db115d6e6ea03ccb8d73.zip
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 <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gtest/Config.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud