From f1cefbc9de1acdabfd9d20f2e63d8b8d9669677c Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 28 Nov 2022 23:26:56 +0100 Subject: [PATCH] Fix typo in dependency name --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 67e618bb8..4366ec5d8 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,5 +26,5 @@ Dependencies: 'require': 'frameworks/kwayland': '@stable' 'frameworks/kpackage': '@stable' - 'libraries/pulseaudio-qt/': '@stable' + 'libraries/pulseaudio-qt': '@stable' 'libraries/plasma-wayland-protocols': '@stable'