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
+2 -2
View File
@@ -14,7 +14,7 @@ PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
PKG_LICENSE:=MIT
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.inf.puc-rio.br/~roberto/lpeg/
PKG_SOURCE_URL:=https://www.inf.puc-rio.br/~roberto/lpeg/
PKG_HASH:=48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe
include $(INCLUDE_DIR)/package.mk
@@ -24,7 +24,7 @@ define Package/lpeg
SECTION:=lang
CATEGORY:=Languages
TITLE:=LPeg
URL:=http://www.inf.puc-rio.br/~roberto/lpeg/
URL:=https://www.inf.puc-rio.br/~roberto/lpeg/
DEPENDS:=+lua
endef