summaryrefslogtreecommitdiff
path: root/dev-python/trimesh/trimesh-3.23.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/trimesh/trimesh-3.23.5.ebuild')
-rw-r--r--dev-python/trimesh/trimesh-3.23.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/trimesh/trimesh-3.23.5.ebuild b/dev-python/trimesh/trimesh-3.23.5.ebuild
index c7b61d98e83f..2483f0afb6cf 100644
--- a/dev-python/trimesh/trimesh-3.23.5.ebuild
+++ b/dev-python/trimesh/trimesh-3.23.5.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1 multiprocessing optfeature
DESCRIPTION="Python library for loading and using triangular meshes"
HOMEPAGE="
- https://trimsh.org/
+ https://trimesh.org/
https://github.com/mikedh/trimesh/
https://pypi.org/project/trimesh/
"
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
RDEPEND="
dev-python/chardet[${PYTHON_USEDEP}]