diff options
author | 2020-04-12 13:25:18 +0300 | |
---|---|---|
committer | 2020-04-12 13:25:18 +0300 | |
commit | 914467af0bf52c4e7893d9018e9fd3b321c46aa6 (patch) | |
tree | 1f899a3c87d12f979d3a7ae0ca888a0522dcf15d /games-arcade | |
parent | games-arcade/opensurge: fix HOMEPAGE to use https instead of http (diff) | |
download | guru-914467af0bf52c4e7893d9018e9fd3b321c46aa6.tar.gz guru-914467af0bf52c4e7893d9018e9fd3b321c46aa6.tar.bz2 guru-914467af0bf52c4e7893d9018e9fd3b321c46aa6.zip |
games-arcade/taisei: fix HOMEPAGE to use https instead of http
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/taisei/taisei-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/taisei/taisei-1.3.1.ebuild b/games-arcade/taisei/taisei-1.3.1.ebuild index a88c8275c..ef0458c76 100644 --- a/games-arcade/taisei/taisei-1.3.1.ebuild +++ b/games-arcade/taisei/taisei-1.3.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit meson DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL." -HOMEPAGE="http://taisei-project.org/" +HOMEPAGE="https://taisei-project.org/" LICENSE="BSD" SLOT="0" SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/${PN}-v${PV}.tar.xz" |