diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-05-27 07:19:43 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-05-27 07:27:54 +0200 |
commit | 2decc6f77afdd6e236761d2b862994caff77e2b4 (patch) | |
tree | 3f4c2322ebab6321b04717808a9d6ec69b7ee473 | |
parent | x11-misc/xbindkeys: Old (diff) | |
download | gentoo-2decc6f77afdd6e236761d2b862994caff77e2b4.tar.gz gentoo-2decc6f77afdd6e236761d2b862994caff77e2b4.tar.bz2 gentoo-2decc6f77afdd6e236761d2b862994caff77e2b4.zip |
x11-misc/xbindkeys: Use HTTPS
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r-- | x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild index 14de366f5dcc..ff72ad31364c 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Tool for launching commands on keystrokes" -SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html" +SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html" LICENSE="GPL-2" SLOT="0" |