[neon/neon/calamares-settings/Neon/unstable] desktop/calamares/desktop/modules: adapt to new json requirements

Carlos De Maine null at kde.org
Sun Jan 28 06:59:02 GMT 2024


Git commit 618597f068a02c960cb60a40efe64caa0f99b032 by Carlos De Maine.
Committed on 28/01/2024 at 06:58.
Pushed by carlosdem into branch 'Neon/unstable'.

adapt to new json requirements

M  +4    -2    desktop/calamares/desktop/modules/locale.conf

https://invent.kde.org/neon/neon/calamares-settings/-/commit/618597f068a02c960cb60a40efe64caa0f99b032

diff --git a/desktop/calamares/desktop/modules/locale.conf b/desktop/calamares/desktop/modules/locale.conf
index d0068d9..504e25f 100644
--- a/desktop/calamares/desktop/modules/locale.conf
+++ b/desktop/calamares/desktop/modules/locale.conf
@@ -1,5 +1,7 @@
 # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
 # SPDX-FileCopyrightText: 2018-2019 Harald Sitter <sitter at kde.org>
 ---
-geoipUrl: https://geoip.kde.org/v1/calamares
-geoipStyle: json
+geoip:
+    style:    "json"
+    url:      "https://geoip.kde.org/v1/calamares"
+    selector: ""  # leave blank for the default


More information about the Neon-commits mailing list