From be377d9ad8d57d674a8b977498cda7a8e6e5ac10 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 17 Aug 2025 22:01:09 +0200 Subject: [PATCH] Update uri for libquotient --- src/app/CMakeLists.txt | 2 +- src/libneochat/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 0b4f962c7..a0c6818d1 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -104,7 +104,7 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE DEPENDENCIES QtCore QtQuick - com.github.quotient_im.libquotient + io.github.quotient_im.libquotient IMPORTS org.kde.neochat.libneochat org.kde.neochat.rooms diff --git a/src/libneochat/CMakeLists.txt b/src/libneochat/CMakeLists.txt index 04605af78..07b6dc4a2 100644 --- a/src/libneochat/CMakeLists.txt +++ b/src/libneochat/CMakeLists.txt @@ -63,7 +63,7 @@ ecm_add_qml_module(LibNeoChat GENERATE_PLUGIN_SOURCE qml/CreateRoomDialog.qml qml/CreateSpaceDialog.qml DEPENDENCIES - com.github.quotient_im.libquotient + io.github.quotient_im.libquotient ) ecm_qt_declare_logging_category(LibNeoChat