commit: 6c0896a022d1af2fc3456111de76085e0362855f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jul 4 21:09:21 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jul 4 22:15:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0896a0
x11-misc/xsel: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31744 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-misc/xsel/xsel-1.2.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xsel/xsel-1.2.0-r2.ebuild b/x11-misc/xsel/xsel-1.2.0-r2.ebuild index 94d5107eb52e..3f2c213b8b7e 100644 --- a/x11-misc/xsel/xsel-1.2.0-r2.ebuild +++ b/x11-misc/xsel/xsel-1.2.0-r2.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit autotools DESCRIPTION="Command-line program for getting and setting the contents of the X selection" -HOMEPAGE="http://www.vergenet.net/~conrad/software/xsel" -SRC_URI="http://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" +HOMEPAGE="https://www.vergenet.net/~conrad/software/xsel" +SRC_URI="https://www.vergenet.net/~conrad/software/${PN}/download/${P}.tar.gz" LICENSE="HPND" SLOT="0"
