mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
committed by
Josef Schlehofer
parent
2063d77936
commit
b0d8a3d384
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user