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
@@ -12,7 +12,7 @@ PKG_VERSION:=0.14
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/
PKG_SOURCE_URL:=https://0pointer.de/lennart/projects/libdaemon/
PKG_HASH:=fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_CPE_ID:=cpe:/a:libdaemon_project:libdaemon
@@ -26,7 +26,7 @@ define Package/libdaemon
SECTION:=libs
CATEGORY:=Libraries
TITLE:=A lightweight C library that eases the writing of UNIX daemons
URL:=http://0pointer.de/lennart/projects/libdaemon/
URL:=https://0pointer.de/lennart/projects/libdaemon/
endef
define Package/libdaemon/description