diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-03 17:57:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-03 21:39:50 +0100 |
commit | ed7f86859c676fc5ab9ca3188b628e32dcacc2d0 (patch) | |
tree | 791a306d26940e85ddcffa8c20d7b82799b713d6 /www-plugins/lightspark | |
parent | sys-devel/multilib-gcc-wrapper: Fix EROOT → ESYSROOT (diff) | |
download | gentoo-ed7f86859c676fc5ab9ca3188b628e32dcacc2d0.tar.gz gentoo-ed7f86859c676fc5ab9ca3188b628e32dcacc2d0.tar.bz2 gentoo-ed7f86859c676fc5ab9ca3188b628e32dcacc2d0.zip |
www-plugins/lightspark: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-plugins/lightspark')
-rw-r--r-- | www-plugins/lightspark/lightspark-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-plugins/lightspark/lightspark-0.8.2.ebuild b/www-plugins/lightspark/lightspark-0.8.2.ebuild index a844f48a7017..4c87950ba8f2 100644 --- a/www-plugins/lightspark/lightspark-0.8.2.ebuild +++ b/www-plugins/lightspark/lightspark-0.8.2.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 inherit cmake-utils toolchain-funcs xdg-utils DESCRIPTION="High performance flash player" -HOMEPAGE="http://lightspark.github.io/" +HOMEPAGE="https://lightspark.github.io/" SRC_URI="https://github.com/lightspark/lightspark/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" |