summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-pim.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-08-19 16:08:46 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-08-19 16:08:46 +0300
commit433309d92eae56d441820b429674bb2001b63bc8 (patch)
tree738b3d8455b0d9f6d0bc9c3ab7a9b8a932ce369e /gnu/packages/kde-pim.scm
parentb06dc2bbd180eb40d661f45b136c4d92454ae149 (diff)
downloadguix-patches-433309d92eae56d441820b429674bb2001b63bc8.tar
guix-patches-433309d92eae56d441820b429674bb2001b63bc8.tar.gz
gnu: akonadi: Update home-page.
* gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to new home-page.
Diffstat (limited to 'gnu/packages/kde-pim.scm')
-rw-r--r--gnu/packages/kde-pim.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index b7b779c7d5..4ef49743fe 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -154,7 +154,7 @@ programs.")
("qtbase" ,qtbase)))
(arguments
`(#:tests? #f)) ;; TODO: 1/1 test fails
- (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
+ (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Library providing calendar helpers for Akonadi items")
(description "This library manages calendar specific actions for
collection and item views.")
@@ -199,7 +199,7 @@ collection and item views.")
("qtbase" ,qtbase)
("solid" ,solid)
("sonnet" ,sonnet)))
- (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
+ (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi contacts access library")
(description "Akonadi Contacts is a library that effectively bridges the
type-agnostic API of the Akonadi client libraries and the domain-specific
@@ -241,7 +241,7 @@ to list and filter contacts.")
("kwidgetsaddons" ,kwidgetsaddons)
("kxmlgui" ,kxmlgui)
("qtbase" ,qtbase)))
- (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
+ (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -284,7 +284,7 @@ with emails through Akonadi easier.")
("ki18n" ,ki18n)
("kmime" ,kmime)
("qtbase" ,qtbase)))
- (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
+ (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi notes access library")
(description "Akonadi Notes is a library that effectively bridges the
type-agnostic API of the Akonadi client libraries and the domain-specific
@@ -341,7 +341,7 @@ wrapping notes into KMime::Message objects.")
(replace 'check
(lambda _
(invoke "dbus-launch" "ctest"))))))
- (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/akonadi/html/")
+ (home-page "https://api.kde.org/kdepim/akonadi/html/index.html")
(synopsis "Akonadi search library")
(description "This package provides a library used to search in the
Akonadi PIM data server. It uses Xapian for indexing and querying.")