diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-04-11 11:29:44 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-14 18:19:24 -0400 |
commit | 21943edd92a411885b9c956c78c44ec3a8bd0107 (patch) | |
tree | 89f5c3b47d18d2fb89ef96da3e609c24cee33394 /x11-misc/vnc2swf | |
parent | net-misc/axel: remove unused patch(es) (diff) | |
download | gentoo-21943edd92a411885b9c956c78c44ec3a8bd0107.tar.gz gentoo-21943edd92a411885b9c956c78c44ec3a8bd0107.tar.bz2 gentoo-21943edd92a411885b9c956c78c44ec3a8bd0107.zip |
x11-misc/vnc2swf: use HTTPS
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'x11-misc/vnc2swf')
-rw-r--r-- | x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild b/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild index 63abdeceb57c..07b8cc0bbeb5 100644 --- a/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild +++ b/x11-misc/vnc2swf/vnc2swf-0.5.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="A tool for recording Flash SWF movies from VNC sessions" -HOMEPAGE="http://www.unixuser.org/~euske/vnc2swf" -SRC_URI="http://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" +HOMEPAGE="https://www.unixuser.org/~euske/vnc2swf/" +SRC_URI="https://www.unixuser.org/~euske/vnc2swf/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |