diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-04 18:45:49 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-04 18:45:49 +0200 |
commit | beba143c39288c6090d1f36bae223d1fdceff546 (patch) | |
tree | e3682a624afcbf8bcded77756cfedc8cd99f3e91 /games-misc | |
parent | Drop repoman in favour of pkgcheck/pkgdev (diff) | |
download | guru-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-misc')
-rw-r--r-- | games-misc/gay/gay-1.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-misc/gay/gay-1.2.8.ebuild b/games-misc/gay/gay-1.2.8.ebuild index 17f568023..13c3e5047 100644 --- a/games-misc/gay/gay-1.2.8.ebuild +++ b/games-misc/gay/gay-1.2.8.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Colour your text / terminal to be more gay" -HOMEPAGE="https://pypi.org/project/gay https://github.com/ms-jpq/gay" +HOMEPAGE="https://pypi.org/project/gay/ https://github.com/ms-jpq/gay" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |