aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
commitbeba143c39288c6090d1f36bae223d1fdceff546 (patch)
treee3682a624afcbf8bcded77756cfedc8cd99f3e91 /games-server/among-sus
parentDrop repoman in favour of pkgcheck/pkgdev (diff)
downloadguru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz
guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2
guru-beba143c39288c6090d1f36bae223d1fdceff546.zip
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'games-server/among-sus')
-rw-r--r--games-server/among-sus/among-sus-20210519.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-server/among-sus/among-sus-20210519.ebuild b/games-server/among-sus/among-sus-20210519.ebuild
index 58d869c9e..1642a2adf 100644
--- a/games-server/among-sus/among-sus-20210519.ebuild
+++ b/games-server/among-sus/among-sus-20210519.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs
COMMIT="554e60bf52e3fa931661b9414189a92bb8f69d78"
DESCRIPTION="Among Us, but it's a text adventure"
-HOMEPAGE="https://sr.ht/~martijnbraam/among-sus"
+HOMEPAGE="https://sr.ht/~martijnbraam/among-sus/"
SRC_URI="https://tildegit.org/tildeverse/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"