Browse Source

adb: update project URL

It seems old website has been retired.

Signed-off-by: Yanase Yuki <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <[email protected]>
Yanase Yuki 2 weeks ago
parent
commit
9d71d20125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/utils/adb/Makefile

+ 1 - 1
package/utils/adb/Makefile

@@ -24,7 +24,7 @@ define Package/adb
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Android Debug Bridge CLI tool
-  URL:=http://tools.android.com/
+  URL:=https://developer.android.com/tools/adb
   DEPENDS:=+zlib +libmbedtls +libpthread
 endef