From 4e00e3acfc7a595e8609e705da091b1243c56540 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 28 Jul 2021 05:06:11 +0300 Subject: [PATCH] plasma: update weather service URL for reference: https://github.com/fluxer/katana/issues/24 Signed-off-by: Ivailo Monev --- plasma/dataengines/weather/ions/noaa/ion_noaa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma/dataengines/weather/ions/noaa/ion_noaa.cpp b/plasma/dataengines/weather/ions/noaa/ion_noaa.cpp index 3a8138c6..67006865 100644 --- a/plasma/dataengines/weather/ions/noaa/ion_noaa.cpp +++ b/plasma/dataengines/weather/ions/noaa/ion_noaa.cpp @@ -158,7 +158,7 @@ bool NOAAIon::updateIonSource(const QString& source) // Parses city list and gets the correct city based on ID number void NOAAIon::getXMLSetup() const { - KIO::TransferJob *job = KIO::get(KUrl("http://www.weather.gov/data/current_obs/index.xml"), KIO::NoReload, KIO::HideProgressInfo); + KIO::TransferJob *job = KIO::get(KUrl("https://www.weather.gov/data/current_obs/index.xml"), KIO::NoReload, KIO::HideProgressInfo); if (job) { connect(job, SIGNAL(data(KIO::Job*,QByteArray)), this, -- 2.11.0