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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F5961382C5 for ; Thu, 12 Apr 2018 18:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B04AE0917; Thu, 12 Apr 2018 18:31:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 679DFE0917 for ; Thu, 12 Apr 2018 18:31:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 881DC335C36 for ; Thu, 12 Apr 2018 18:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94C0F27C for ; Thu, 12 Apr 2018 18:31:53 +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: <1523557901.71ad04a2c5a2fe6aeb43f6dc884c6dd8d6ef2f52.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-3.0.0.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 71ad04a2c5a2fe6aeb43f6dc884c6dd8d6ef2f52 X-VCS-Branch: master Date: Thu, 12 Apr 2018 18:31:53 +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-Archives-Salt: 7f27dde2-fe78-4b4a-8a6f-d5140e9b3258 X-Archives-Hash: fb860a1af5571562b88ac5ee8773a3e8 commit: 71ad04a2c5a2fe6aeb43f6dc884c6dd8d6ef2f52 Author: Francesco Turco fastmail fm> AuthorDate: Thu Apr 12 18:09:47 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 12 18:31:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ad04a2 www-client/falkon: update HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7958 www-client/falkon/falkon-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-3.0.0.ebuild b/www-client/falkon/falkon-3.0.0.ebuild index e8af4f7d2fa..efdb7d0926e 100644 --- a/www-client/falkon/falkon-3.0.0.ebuild +++ b/www-client/falkon/falkon-3.0.0.ebuild @@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Cross-platform web browser using QtWebEngine" -HOMEPAGE="https://www.qupzilla.com/" +HOMEPAGE="https://www.falkon.org/" if [[ ${KDE_BUILD_TYPE} != live ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz" fi