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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7DD8158042 for ; Fri, 8 Nov 2024 16:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 435CDE0829; Fri, 8 Nov 2024 16:36:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2F3DDE0829 for ; Fri, 8 Nov 2024 16:36:49 +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 7A8CA33D3CF for ; Fri, 8 Nov 2024 16:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19DB51A26 for ; Fri, 8 Nov 2024 16:36:47 +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: <1731083800.5fb7427ea909ee642f36a71a382abe65ed711557.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.7.3.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5fb7427ea909ee642f36a71a382abe65ed711557 X-VCS-Branch: master Date: Fri, 8 Nov 2024 16:36:47 +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: 432c67b7-8481-4edf-98a7-e58e618070b8 X-Archives-Hash: 560ff8df32b5138ac22fa04fcc366f3d commit: 5fb7427ea909ee642f36a71a382abe65ed711557 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 8 16:34:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 8 16:36:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb7427e sci-astronomy/kstars: update HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-3.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/kstars/kstars-3.7.3.ebuild b/sci-astronomy/kstars/kstars-3.7.3.ebuild index 818f197a4550..b1a5495746c1 100644 --- a/sci-astronomy/kstars/kstars-3.7.3.ebuild +++ b/sci-astronomy/kstars/kstars-3.7.3.ebuild @@ -10,7 +10,7 @@ QTMIN=5.15.12 inherit ecm kde.org optfeature DESCRIPTION="Desktop Planetarium" -HOMEPAGE="https://apps.kde.org/kstars/ https://edu.kde.org/kstars/" +HOMEPAGE="https://apps.kde.org/kstars/ https://kstars.kde.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"