From c9bd1b85107a709765b6c9398375c9549da0ef69 Mon Sep 17 00:00:00 2001
From: "J. Ryan Stinnett" <jryans@gmail.com>
Date: Wed, 3 Jul 2019 15:47:52 +0100
Subject: [PATCH] Change update URL to match new host

---
 electron_app/riot.im/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electron_app/riot.im/config.json b/electron_app/riot.im/config.json
index cb60794c..a995a4e9 100644
--- a/electron_app/riot.im/config.json
+++ b/electron_app/riot.im/config.json
@@ -1,5 +1,5 @@
 {
-    "update_base_url": "https://riot.im/download/desktop/update/",
+    "update_base_url": "https://packages.riot.im/desktop/update/",
     "default_hs_url": "https://matrix.org",
     "default_is_url": "https://vector.im",
     "brand": "Riot",