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 5F33C1382C5 for ; Wed, 20 May 2020 22:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDE2E0A99; Wed, 20 May 2020 22:18:08 +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 14F8FE0A99 for ; Wed, 20 May 2020 22:18:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E667C34F2AC for ; Wed, 20 May 2020 22:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D25B250 for ; Wed, 20 May 2020 22:18:04 +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: <1590013071.3b881ea33797720fc306c028366794847bddb8de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdbg/kdbg-3.0.1.ebuild X-VCS-Directories: dev-util/kdbg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3b881ea33797720fc306c028366794847bddb8de X-VCS-Branch: master Date: Wed, 20 May 2020 22:18:04 +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: 98051317-ce80-4e25-b61e-20087978d5d0 X-Archives-Hash: bfd910324dc676c71ab2385d0a409eb8 commit: 3b881ea33797720fc306c028366794847bddb8de Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 18:23:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 22:17:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b881ea3 dev-util/kdbg: Switch to https Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdbg/kdbg-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdbg/kdbg-3.0.1.ebuild b/dev-util/kdbg/kdbg-3.0.1.ebuild index 5a91055027d..a6909362f27 100644 --- a/dev-util/kdbg/kdbg-3.0.1.ebuild +++ b/dev-util/kdbg/kdbg-3.0.1.ebuild @@ -9,7 +9,7 @@ QTMIN=5.12.3 inherit ecm DESCRIPTION="Graphical debugger interface" -HOMEPAGE="http://www.kdbg.org/" +HOMEPAGE="https://www.kdbg.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2"