X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ccf0dd161fca0730b5aa753f0eae6933ea89b489..c2c1ccb39c313e3689735f7c725f28b9f22d0154:/tools/config/__init__.py diff --git a/tools/config/__init__.py b/tools/config/__init__.py index 2c5b919..b5274a3 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -71,8 +71,8 @@ if session_defaults["pulse_runtime_path"] == "None": channels_defaults = { "config_path": "/usr/share/waydroid-extra/channels.cfg", - "system_channel": "http://ota.waydro.id/system", - "vendor_channel": "http://ota.waydro.id/vendor", + "system_channel": "https://ota.waydro.id/system", + "vendor_channel": "https://ota.waydro.id/vendor", "rom_type": "lineage", "system_type": "VANILLA" }