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 AE2F11382C5 for ; Wed, 20 May 2020 18:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C18DE09D1; Wed, 20 May 2020 18:25:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76029E09D1 for ; Wed, 20 May 2020 18:25:44 +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 5015634F21C for ; Wed, 20 May 2020 18:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9A9254 for ; Wed, 20 May 2020 18:25:41 +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: <1589999111.804aaa26e1b2468a83b5eeb5f02bdd0998e1bd82.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdbg/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdbg/kdbg-9999.ebuild X-VCS-Directories: dev-util/kdbg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 804aaa26e1b2468a83b5eeb5f02bdd0998e1bd82 X-VCS-Branch: master Date: Wed, 20 May 2020 18:25:41 +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: b0331a88-2baa-4a63-9081-bfb0fb5098c4 X-Archives-Hash: dbfd647f693b6035c7cd3c41c4bd886b commit: 804aaa26e1b2468a83b5eeb5f02bdd0998e1bd82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 18:23:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 18:25:11 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=804aaa26 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-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdbg/kdbg-9999.ebuild b/dev-util/kdbg/kdbg-9999.ebuild index 02653ce914..7b9a9bedf3 100644 --- a/dev-util/kdbg/kdbg-9999.ebuild +++ b/dev-util/kdbg/kdbg-9999.ebuild @@ -9,8 +9,8 @@ QTMIN=5.12.3 inherit ecm git-r3 DESCRIPTION="Graphical debugger interface" -HOMEPAGE="http://www.kdbg.org/" -EGIT_REPO_URI="http://repo.or.cz/kdbg.git" +HOMEPAGE="https://www.kdbg.org/" +EGIT_REPO_URI="https://repo.or.cz/kdbg.git" LICENSE="GPL-2" SLOT="5"