diff options
Diffstat (limited to 'dev-python/loguru')
-rw-r--r-- | dev-python/loguru/loguru-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/loguru/loguru-0.4.0.ebuild b/dev-python/loguru/loguru-0.4.0.ebuild index 6ce0aff16de1..aed8f0048adf 100644 --- a/dev-python/loguru/loguru-0.4.0.ebuild +++ b/dev-python/loguru/loguru-0.4.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Python logging made (stupidly) simple" HOMEPAGE="https://github.com/Delgan/loguru" -SRC_URI="https://github.com/Delgan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |