diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-04 23:09:21 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 00:15:03 +0200 |
commit | 6c0896a022d1af2fc3456111de76085e0362855f (patch) | |
tree | b1fe2c6b31e104fc0cdcaadef6ab249efb165bf0 /x11-misc/xsel | |
parent | x11-misc/xdiskusage: use HTTPS, fix LICENSE, minor style changes (diff) | |
download | gentoo-6c0896a022d1af2fc3456111de76085e0362855f.tar.gz gentoo-6c0896a022d1af2fc3456111de76085e0362855f.tar.bz2 gentoo-6c0896a022d1af2fc3456111de76085e0362855f.zip |
x11-misc/xsel: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31744
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/xsel')
-rw-r--r-- | x11-misc/xsel/xsel-1.2.0-r2.ebuild | 4 |
1 files 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" |