diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-26 10:52:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-05-26 11:54:52 +0200 |
commit | 6a0db938441d1c3097e1fc30ab3cf477b61388f5 (patch) | |
tree | f9865352ecb25197657e4667ddcdfcf0a7937efd /games-util | |
parent | games-strategy/s25rttr: use HTTPs (diff) | |
download | gentoo-6a0db938441d1c3097e1fc30ab3cf477b61388f5.tar.gz gentoo-6a0db938441d1c3097e1fc30ab3cf477b61388f5.tar.bz2 gentoo-6a0db938441d1c3097e1fc30ab3cf477b61388f5.zip |
games-util/grfcodec: use HTTPs
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/grfcodec/grfcodec-6.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/grfcodec/grfcodec-6.0.6.ebuild b/games-util/grfcodec/grfcodec-6.0.6.ebuild index b63971bba94f..ebfb9b894f6b 100644 --- a/games-util/grfcodec/grfcodec-6.0.6.ebuild +++ b/games-util/grfcodec/grfcodec-6.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,8 +11,8 @@ fi inherit toolchain-funcs ${SCM} DESCRIPTION="A suite of programs to modify openttd/Transport Tycoon Deluxe's GRF files" -HOMEPAGE="http://dev.openttdcoop.org/projects/grfcodec" -[[ -z ${SCM} ]] && SRC_URI="http://binaries.openttd.org/extra/${PN}/${PV}/${P}-source.tar.xz" +HOMEPAGE="https://dev.openttdcoop.org/projects/grfcodec" +[[ -z ${SCM} ]] && SRC_URI="https://binaries.openttd.org/extra/${PN}/${PV}/${P}-source.tar.xz" LICENSE="GPL-2+" SLOT="0" |