diff options
author | Petr Hodina <phodina@protonmail.com> | 2022-07-26 10:47:21 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 17:24:00 +0200 |
commit | e0f9b9438f5557967f9a429f72ecdb0ebcfb89ad (patch) | |
tree | 5dbe544e39ee4d45cf0882fe317b7e0090b5dfb0 /gnu | |
parent | 56d0494512518c1de066c35510aac5d049d35bdc (diff) |
gnu: KDE Internet: Update home-page links.
* gnu/packages/kde-internet.scm (konversation, kopete, krdc, ktorrent): Update
home-page.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-internet.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 1dfae0fefb..26f025ebc4 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot> +;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -172,7 +173,7 @@ Other notable features include: (synopsis "Versatile and user-friendly download manager") (description "KGet is an advanced download manager with support for Metalink and Bittorrent. Downloads are added to the list, where they can be -paused, queued, or scheduled for later. KGet supports download via FTP anf +paused, queued, or scheduled for later. KGet supports download via FTP anf HTTP(S) as well as pausing downloads. This package is part of the KDE networking module.") @@ -221,7 +222,7 @@ This package is part of the KDE networking module.") qca solid sonnet)) - (home-page "https://kde.org/applications/internet/org.kde.konversations") + (home-page "https://apps.kde.org/konversation/") (synopsis "Graphical Internet Relay Chat (IRC) client for KDE") (description "Konversation is a graphical Internet Relay Chat client (IRC) with KDE support. @@ -311,7 +312,7 @@ Features are: ;; TODO: Xmms zlib)) ;; TODO: enable video support - (home-page "https://kde.org/applications/internet/org.kde.kopete") + (home-page "https://apps.kde.org/kopete/") (synopsis "Instant messaging and chat application") (description "Kopete is an instant messenger supporting Jabber/XMPP ,AIM, ICQ, Gadu-Gadu, Novell GroupWise Messenger, and more. It is designed to be a @@ -362,7 +363,7 @@ This package is part of the KDE networking module.") qtbase-5)) (arguments ;; FIXEME: libvnc can't be found for some reason. (list #:configure-flags #~(list "-DWITH_VNC=NO"))) - (home-page "https://kde.org/applications/internet/org.kde.krdc") + (home-page "https://apps.kde.org/krdc/") (synopsis "Remote desktop client") (description "KRDC is a client application that allows you to view or even control the desktop session on another machine that is running a compatible @@ -419,7 +420,7 @@ This package is part of the KDE networking module.") solid syndication taglib)) - (home-page "https://kde.org/applications/internet/org.kde.ktorrent") + (home-page "https://apps.kde.org/ktorrent/") (synopsis "BitTorrent client") (description "KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol. It enables you to run |