From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0856A158094 for ; Thu, 6 Oct 2022 07:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 400DEE0952; Thu, 6 Oct 2022 07:35:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FDCBE0952 for ; Thu, 6 Oct 2022 07:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F742335DE6 for ; Thu, 6 Oct 2022 07:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7075603 for ; Thu, 6 Oct 2022 07:35:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1665041697.9414e36d7431c9e9dfe66aac96b9cc58ddd65c1c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild X-VCS-Directories: kde-misc/kdeconnect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9414e36d7431c9e9dfe66aac96b9cc58ddd65c1c X-VCS-Branch: master Date: Thu, 6 Oct 2022 07:35:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0b6880f-f230-4f6f-8882-e786601608cb X-Archives-Hash: d1e56e73824faaf8c71f21cc72a031ba commit: 9414e36d7431c9e9dfe66aac96b9cc58ddd65c1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 6 06:57:35 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 6 07:34:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9414e36d kde-misc/kdeconnect: Fix HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild | 2 +- kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild index 1bc564f048a1..4efc46e4e1e7 100644 --- a/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild @@ -12,7 +12,7 @@ QTMIN=5.15.4 inherit ecm gear.kde.org DESCRIPTION="Adds communication between KDE Plasma and your smartphone" -HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/" +HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/" LICENSE="GPL-2+" SLOT="5" diff --git a/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild b/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild index 1cca14898f63..ea42cf75c7c3 100644 --- a/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild +++ b/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild @@ -12,7 +12,7 @@ QTMIN=5.15.5 inherit ecm gear.kde.org DESCRIPTION="Adds communication between KDE Plasma and your smartphone" -HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/" +HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/" LICENSE="GPL-2+" SLOT="5"