summaryrefslogtreecommitdiff
path: root/dev-python/msgspec
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/msgspec')
-rw-r--r--dev-python/msgspec/msgspec-0.21.1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/msgspec/msgspec-0.21.1.ebuild b/dev-python/msgspec/msgspec-0.21.1.ebuild
index ec311215b7c7..395498e7489a 100644
--- a/dev-python/msgspec/msgspec-0.21.1.ebuild
+++ b/dev-python/msgspec/msgspec-0.21.1.ebuild
@@ -11,12 +11,14 @@ inherit distutils-r1 pypi
DESCRIPTION="Fast serialization and validation library, with builtin support for many formats"
HOMEPAGE="
- https://jcristharif.com/msgspec/
- https://github.com/jcrist/msgspec
+ https://github.com/msgspec/msgspec
https://pypi.org/project/msgspec/
"
# No tests in sdist
-SRC_URI="https://github.com/jcrist/msgspec/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+SRC_URI="
+ https://github.com/msgspec/msgspec/archive/refs/tags/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="BSD"
SLOT="0"