diff options
author | Petr Hodina <phodina@protonmail.com> | 2022-07-26 10:27:37 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 17:23:59 +0200 |
commit | c9f96fba9c816a555fbe848287c40c6b7a22f887 (patch) | |
tree | f230801de8455f217ed288773db99fb1b3a62038 /gnu | |
parent | 3646358e8d4a51d0ec4e5d2a61b583338c456f94 (diff) |
gnu: KDE: Update home-page links.
* gnu/packages/kde.scm (massif-visualizer, libkdegames, okular, poxml,
zeroconf-ioslave): Update home-page link.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index c5ae85501d..0d0dcded09 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org> ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2022 Brendan Tildesley <mail@brendan.scot> +;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -571,7 +572,7 @@ features include brush stabilizers, brush engines and wrap-around mode.") qtbase-5 qtsvg-5 qtxmlpatterns)) - (home-page "https://apps.kde.org/en/massif-visualizer") + (home-page "https://apps.kde.org/massif-visualizer/") (synopsis "Visualize massif data generated by Valgrind") (description "Massif Visualizer is a tool that visualizes massif data. @@ -976,7 +977,7 @@ Python, PHP, and Perl.") qtbase-5 qtdeclarative-5 qtsvg-5)) - (home-page "https://games.kde.org/") + (home-page "https://apps.kde.org/categories/games/") (synopsis "Runtime library for kdegames") (description "Runtime library for kdegames") (license (list license:gpl2+ license:fdl1.2+)))) @@ -1095,7 +1096,7 @@ creating routes by drag and drop and more.") threadweaver kcrash kjs)) - (home-page "https://kde.org/applications/graphics/okular/") + (home-page "https://apps.kde.org/okular/") (synopsis "Document viewer") (description "Okular is a document viewer developed for KDE. It can display files in @@ -1119,7 +1120,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.") (list extra-cmake-modules kdoctools)) (inputs (list gettext-minimal qtbase-5)) - (home-page "https://kde.org/applications/development") + (home-page "https://apps.kde.org/development/") (synopsis "Tools for translating DocBook XML files with Gettext") (description "This is a collection of tools that facilitate translating DocBook XML files using Gettext message files (PO files). Also included are @@ -1187,7 +1188,7 @@ picture metadata as EXIF/IPTC and XMP.") (list extra-cmake-modules)) (inputs (list kdbusaddons kdnssd ki18n kio qtbase-5)) - (home-page "https://kde.org/applications/internet/org.kde.zeroconf_ioslave") + (home-page "https://apps.kde.org/kio_zeroconf/") (synopsis "DNS-SD Service Discovery Monitor") (description "Adds an entry to Dolphin's Network page to show local services such as printers which advertise themselves with DNSSD (called Avahi |