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 57BF3158020 for ; Wed, 16 Nov 2022 23:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7856AE0826; Wed, 16 Nov 2022 23:00:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B587E0826 for ; Wed, 16 Nov 2022 23:00:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3333E340AB3 for ; Wed, 16 Nov 2022 23:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 780546F8 for ; Wed, 16 Nov 2022 23:00:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1668639590.d9ce7c754080c1187a222ec3939014c0c316423a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/xvnkb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/xvnkb/xvnkb-0.2.11.ebuild X-VCS-Directories: app-i18n/xvnkb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9ce7c754080c1187a222ec3939014c0c316423a X-VCS-Branch: master Date: Wed, 16 Nov 2022 23:00:28 +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: 02ea81ef-58fb-466a-b5bd-c7540a67e7ba X-Archives-Hash: 1ff6b382634e9cc5bd078343da3c9ce9 commit: d9ce7c754080c1187a222ec3939014c0c316423a Author: Sam James gentoo org> AuthorDate: Wed Nov 16 19:51:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 16 22:59:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ce7c75 app-i18n/xvnkb: use HTTPS Signed-off-by: Sam James gentoo.org> app-i18n/xvnkb/xvnkb-0.2.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/xvnkb/xvnkb-0.2.11.ebuild b/app-i18n/xvnkb/xvnkb-0.2.11.ebuild index 5493f9d719bf..98e4e14b988b 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.11.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.11.ebuild @@ -6,8 +6,8 @@ EAPI="8" inherit toolchain-funcs DESCRIPTION="Vietnamese input keyboard for X" -HOMEPAGE="http://xvnkb.sourceforge.net/" -SRC_URI="http://${PN}.sourceforge.net/${P}.tar.bz2" +HOMEPAGE="https://xvnkb.sourceforge.net/" +SRC_URI="https://${PN}.sourceforge.net/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0"