Przeglądaj źródła

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>
Carlos Santos 9 lat temu
rodzic
commit
66c1d1dc16
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/gtest/Config.in

+ 1 - 1
package/gtest/Config.in

@@ -19,7 +19,7 @@ config BR2_PACKAGE_GTEST
 	  This package allows running testsuites on the target which
 	  This package allows running testsuites on the target which
 	  might be advantageous in certain cases.
 	  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"
 comment "gtest needs a toolchain w/ C++, wchar, threads"
 	depends on BR2_USE_MMU
 	depends on BR2_USE_MMU