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 /dev-python/hunter | |
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 'dev-python/hunter')
-rw-r--r-- | dev-python/hunter/hunter-3.3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hunter/hunter-3.3.8.ebuild b/dev-python/hunter/hunter-3.3.8.ebuild index c2252fc8c..c232f819e 100644 --- a/dev-python/hunter/hunter-3.3.8.ebuild +++ b/dev-python/hunter/hunter-3.3.8.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Hunter is a flexible code tracing toolkit" HOMEPAGE=" https://github.com/ionelmc/python-hunter - https://pypi.org/project/hunter + https://pypi.org/project/hunter/ " SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/python-${P}" |