diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-01 13:15:32 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-01 13:15:51 -0800 |
commit | 30b6be76444b483a52472e65d4c7fad5ea0057d0 (patch) | |
tree | 750f9a12dd2942cc756c78aec636aeb47eba509a /dev-python/loguru | |
parent | x11-misc/polybar: Update remote id (diff) | |
download | gentoo-30b6be76444b483a52472e65d4c7fad5ea0057d0.tar.gz gentoo-30b6be76444b483a52472e65d4c7fad5ea0057d0.tar.bz2 gentoo-30b6be76444b483a52472e65d4c7fad5ea0057d0.zip |
dev-python/loguru: fix SRC_URI
Closes: https://bugs.gentoo.org/704434
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
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" |