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
+1 -1
View File
@@ -29,7 +29,7 @@ define Package/python3-augeas
SECTION:=lang
CATEGORY:=Languages
TITLE:=Python bindings for Augeas
URL:=http://augeas.net
URL:=https://augeas.net
DEPENDS:=+python3-light +python3-cffi +augeas
endef
+1 -1
View File
@@ -22,7 +22,7 @@ define Package/python3-crcmod
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=python3-crcmod
URL:=http://crcmod.sourceforge.net/
URL:=https://crcmod.sourceforge.net/
DEPENDS:=+python3-light
endef
+1 -1
View File
@@ -28,7 +28,7 @@ define Package/python3-curl
SECTION:=lang
SUBMENU:=Python
TITLE:=Python module interface to the cURL library
URL:=http://pycurl.io/
URL:=https://github.com/pycurl/pycurl
DEPENDS:=+libcurl +python3
endef
+1 -1
View File
@@ -21,7 +21,7 @@ define Package/python3-dotenv
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=Add .env support to your django/flask apps in development and deployments
URL:=http://github.com/theskumar/python-dotenv
URL:=https://github.com/theskumar/python-dotenv
DEPENDS:=+python3-click +python3-light +python3-logging
endef
+1 -1
View File
@@ -27,7 +27,7 @@ define Package/python3-paho-mqtt
CATEGORY:=Languages
SUBMENU:=Python
TITLE:=MQTT version 5.0/3.1.1 client class
URL:=http://eclipse.org/paho
URL:=https://eclipse.dev/paho/
DEPENDS:=+python3-light +python3-uuid +python3-logging +python3-urllib
endef
+1 -1
View File
@@ -35,7 +35,7 @@ define Package/python3-selinux
CATEGORY:=Languages
TITLE:=SELinux runtime library bindings
DEPENDS:=+python3-light +libselinux
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/python3-selinux/description
+1 -1
View File
@@ -35,7 +35,7 @@ define Package/python3-semanage
CATEGORY:=Languages
TITLE:=SELinux policy management library bindings
DEPENDS:=+python3-light +libsemanage
URL:=http://selinuxproject.org/page/Main_Page
URL:=https://github.com/selinuxproject
endef
define Package/python3-semanage/description
+1 -1
View File
@@ -22,7 +22,7 @@ define Package/python3-vobject
SECTION:=lang
CATEGORY:=Languages
TITLE:=VObject
URL:=http://eventable.github.io/vobject/
URL:=https://py-vobject.github.io/
DEPENDS:=+python3 +python3-dateutil
endef