From 192a1eb93e43c6ed4f67e1cf257eb1a35129008a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 19 Jun 2020 23:26:24 +0200 Subject: [PATCH] Update configuration, kdav is now a framework --- repo_config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/repo_config.json b/repo_config.json index 0e52652..a87dd25 100644 --- a/repo_config.json +++ b/repo_config.json @@ -5,6 +5,11 @@ "obs": "attica-qt5", "branch": "master" }, + { + "kde": "frameworks/kdav", + "obs": "kdav", + "branch": "master" + }, { "kde": "frameworks/kquickcharts", "obs": "kquickcharts", @@ -722,11 +727,6 @@ "obs": "akonadi-server", "branch": "master" }, - { - "kde": "pim/kdav", - "obs": "kdav", - "branch": "master" - }, { "kde": "pim/akonadi-calendar", "obs": "akonadi-calendar", @@ -1950,4 +1950,4 @@ "branch": "master" } ] -} \ No newline at end of file +}