summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-01-01 13:15:32 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-01-01 13:15:51 -0800
commit30b6be76444b483a52472e65d4c7fad5ea0057d0 (patch)
tree750f9a12dd2942cc756c78aec636aeb47eba509a
parentx11-misc/polybar: Update remote id (diff)
downloadgentoo-30b6be76.tar.gz
gentoo-30b6be76.tar.bz2
gentoo-30b6be76.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>
-rw-r--r--dev-python/loguru/loguru-0.4.0.ebuild2
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"