diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-23 19:50:23 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-24 23:34:53 -0400 |
commit | 181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6 (patch) | |
tree | 4f2a2f8032860069e4099a2c5b175948cad3cc85 /x11-misc/xdotool/xdotool-3.20160805.1.ebuild | |
parent | x11-misc/xcompmgr: remove old (EAPI5) (diff) | |
download | gentoo-181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6.tar.gz gentoo-181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6.tar.bz2 gentoo-181061e7b9ecdd48e5f5b2cf0dea561b05a2a8a6.zip |
x11-misc/xdotool: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11800
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-misc/xdotool/xdotool-3.20160805.1.ebuild')
-rw-r--r-- | x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild index 69122be839ea..ac86809880d3 100644 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic multilib DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" -HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" +HOMEPAGE="https://www.semicomplete.com/projects/xdotool/" SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" |