diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-12-12 18:22:37 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2020-12-12 18:25:00 +0100 |
commit | b828057ea4c096898da8c9810e7a6607359f2aa3 (patch) | |
tree | 99eade66005469ba5faaf1ff69f61b3f3e659567 /gnu/packages/kde-internet.scm | |
parent | ea50795d7f54582d5c439f60e836ff2ee5d8aed2 (diff) |
gnu: KDE: Fix old cgit home-pages.
Fix all home-pages pointing to git-repos a cgit.kde.org, which is
gone, to now use the correct repo at invent.kde.org.
* gnu/packages/kde.scm (grantleetheme, kdiagram): Update home-page.
* gnu/packages/kde-frameworks.scm (kholidays): Likewise.
* gnu/packages/kde-internet.scm (libgravatar, libktorrent): Likewise.
* gnu/packages/kde-multimedia.scm (libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-pim.scm (kblog, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kincidenceeditor, kmailcommon,
kmailimporter, kmessagelib, kpimcommon, ksmtp, libkdepim, libkgapi,
libkleo, libksieve): Likewise.
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker): Likewise.
Diffstat (limited to 'gnu/packages/kde-internet.scm')
-rw-r--r-- | gnu/packages/kde-internet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm index 4203ffbaec..617937002e 100644 --- a/gnu/packages/kde-internet.scm +++ b/gnu/packages/kde-internet.scm @@ -450,7 +450,7 @@ a full-featured client for BitTorrent.") ("qtbase" ,qtbase))) (arguments `(#:tests? #f)) ;; 2/7 tests fail (due to network issues?) - (home-page "https://cgit.kde.org/libgravatar.git") + (home-page "https://invent.kde.org/pim/libgravatar") (synopsis "Online avatar lookup library") (description "This library retrieves avatar images based on a hash from a person's email address, as well as local caching to avoid @@ -484,7 +484,7 @@ unnecessary network operations.") ("qca" ,qca) ("qtbase" ,qtbase) ("solid" ,solid))) - (home-page "https://cgit.kde.org/libktorrent.git") + (home-page "https://invent.kde.org/network/libktorrent") (synopsis "BitTorrent protocol library for C++ / Qt 5 / KDE Frameworks") (description "The KTorrent library supports connectivity to HTTP and UDP trackers, mainline DHT and the new generation Micro Transport |