treewide: cleanup URLs

This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki <dev@zpc.st>
This commit is contained in:
Yanase Yuki
2026-01-02 18:06:57 +09:00
committed by Josef Schlehofer
parent 2063d77936
commit b0d8a3d384
257 changed files with 363 additions and 391 deletions
+4 -4
View File
@@ -40,7 +40,7 @@ define Package/icu
SECTION:=libs
CATEGORY:=Libraries
TITLE:=International Components for Unicode
URL:=http://icu-project.org
URL:=https://icu.unicode.org/
DEPENDS:=+libstdcpp +libpthread
ABI_VERSION:=$(MAJOR_VERSION)
endef
@@ -54,7 +54,7 @@ define Package/icu-full-data
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Full ICU Data
URL:=http://icu-project.org
URL:=https://icu.unicode.org/
DEPENDS:=+icu
ABI_VERSION:=$(MAJOR_VERSION)
endef
@@ -62,14 +62,14 @@ endef
define Package/icu-full-data/description
ICU makes use of a wide variety of data tables to provide many of its services. Examples include converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries, and other locale data.
This package contains the complete data library provided by ICU.
A custom data library can be generated at http://apps.icu-project.org/datacustom/
A custom data library can be generated at https://unicode-org.github.io/icu/userguide/icu_data/
endef
define Package/icu-data-tools
SECTION:=libs
CATEGORY:=Libraries
TITLE:=ICU Data manipulation tools
URL:=http://icu-project.org
URL:=https://icu.unicode.org/
DEPENDS:=+icu
endef