From 5a171f6c67810cfbe881fae96890b26fbecc8141 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sun, 6 Mar 2016 18:29:36 +0300 Subject: [PATCH] fix url links --- sources/dataengine/plasma-dataengine-netctl.desktop | 2 +- sources/gui/docs/netctl-gui-dbus-api.html | 2 +- sources/gui/docs/netctl-gui-security-notes.html | 2 +- sources/plasmoid-kde4/plasma-applet-netctl.desktop | 2 +- sources/plasmoid-kf5/metadata.desktop | 2 +- sources/plasmoid-kf5/package/metadata.desktop | 2 +- sources/version.h.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sources/dataengine/plasma-dataengine-netctl.desktop b/sources/dataengine/plasma-dataengine-netctl.desktop index 58cfe57..54c268e 100644 --- a/sources/dataengine/plasma-dataengine-netctl.desktop +++ b/sources/dataengine/plasma-dataengine-netctl.desktop @@ -14,7 +14,7 @@ X-KDE-PluginInfo-Author=Evgeniy Alekseev X-KDE-PluginInfo-Email=esalexeev@gmail.com X-KDE-PluginInfo-Name=netctl X-KDE-PluginInfo-Version=@PROJECT_VERSION@ -X-KDE-PluginInfo-Website=http://arcanis.name/projects/netctl-gui/ +X-KDE-PluginInfo-Website=https://arcanis.me/projects/netctl-gui/ X-KDE-PluginInfo-Category=Network X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/gui/docs/netctl-gui-dbus-api.html b/sources/gui/docs/netctl-gui-dbus-api.html index 888d85f..d2f8252 100644 --- a/sources/gui/docs/netctl-gui-dbus-api.html +++ b/sources/gui/docs/netctl-gui-dbus-api.html @@ -464,7 +464,7 @@ small {

External links

diff --git a/sources/gui/docs/netctl-gui-security-notes.html b/sources/gui/docs/netctl-gui-security-notes.html index b335a6a..451d52a 100644 --- a/sources/gui/docs/netctl-gui-security-notes.html +++ b/sources/gui/docs/netctl-gui-security-notes.html @@ -98,7 +98,7 @@ env -i bash -c "source '<profile>'; for i in ${!<key>[@]}; do ec

External links

diff --git a/sources/plasmoid-kde4/plasma-applet-netctl.desktop b/sources/plasmoid-kde4/plasma-applet-netctl.desktop index 918e0b6..5a39d06 100644 --- a/sources/plasmoid-kde4/plasma-applet-netctl.desktop +++ b/sources/plasmoid-kde4/plasma-applet-netctl.desktop @@ -12,7 +12,7 @@ X-KDE-PluginInfo-Author=Evgeniy Alekseev X-KDE-PluginInfo-Email=esalexeev@gmail.com X-KDE-PluginInfo-Name=netctl X-KDE-PluginInfo-Version=@PROJECT_VERSION@ -X-KDE-PluginInfo-Website=http://arcanis.name/projects/netctl-gui/ +X-KDE-PluginInfo-Website=https://arcanis.me/projects/netctl-gui/ X-KDE-PluginInfo-Category=Network X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/plasmoid-kf5/metadata.desktop b/sources/plasmoid-kf5/metadata.desktop index 24ac2ea..80841fa 100644 --- a/sources/plasmoid-kf5/metadata.desktop +++ b/sources/plasmoid-kf5/metadata.desktop @@ -15,7 +15,7 @@ X-KDE-PluginInfo-Author=Evgeniy Alekseev X-KDE-PluginInfo-Email=esalexeev@gmail.com X-KDE-PluginInfo-Name=org.kde.plasma.netctl X-KDE-PluginInfo-Version=@PROJECT_VERSION@ -X-KDE-PluginInfo-Website=http://arcanis.name/projects/netctl-gui +X-KDE-PluginInfo-Website=https://arcanis.me/projects/netctl-gui X-KDE-PluginInfo-Category=Network X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/plasmoid-kf5/package/metadata.desktop b/sources/plasmoid-kf5/package/metadata.desktop index 233e0a0..a9f5359 100644 --- a/sources/plasmoid-kf5/package/metadata.desktop +++ b/sources/plasmoid-kf5/package/metadata.desktop @@ -15,7 +15,7 @@ X-KDE-PluginInfo-Author=Evgeniy Alekseev X-KDE-PluginInfo-Email=esalexeev@gmail.com X-KDE-PluginInfo-Name=org.kde.plasma.netctl X-KDE-PluginInfo-Version=1.4.9 -X-KDE-PluginInfo-Website=http://arcanis.name/projects/netctl-gui +X-KDE-PluginInfo-Website=https://arcanis.me/projects/netctl-gui X-KDE-PluginInfo-Category=Network X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPLv3 diff --git a/sources/version.h.in b/sources/version.h.in index 5b2c7f3..f8c2ebe 100644 --- a/sources/version.h.in +++ b/sources/version.h.in @@ -12,7 +12,7 @@ #define DOCS_PATH "@CMAKE_INSTALL_PREFIX@/share/doc/netctl-gui/" // links -#define HOMEPAGE "http://arcanis.name/projects/netctl-gui/" +#define HOMEPAGE "https://arcanis.me/projects/netctl-gui/" #define REPOSITORY "https://github.com/arcan1s/netctl-gui" #define BUGTRACKER "https://github.com/arcan1s/netctl-gui/issues" #define TRANSLATION "https://github.com/arcan1s/netctl-gui/issues/3"