diff options
author | Sam James <sam@gentoo.org> | 2022-11-16 19:51:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-16 22:59:50 +0000 |
commit | d9ce7c754080c1187a222ec3939014c0c316423a (patch) | |
tree | e8951b9758b85348ac98eebe0ee2c1e273b6783e /app-i18n/xvnkb | |
parent | app-misc/bijiben: link against webkit-gtk:4.1 (diff) | |
download | gentoo-d9ce7c754080c1187a222ec3939014c0c316423a.tar.gz gentoo-d9ce7c754080c1187a222ec3939014c0c316423a.tar.bz2 gentoo-d9ce7c754080c1187a222ec3939014c0c316423a.zip |
app-i18n/xvnkb: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/xvnkb')
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.11.ebuild | 4 |
1 files 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" |