py-gmsh-interop: Fix PyPI link (#35381)

This commit is contained in:
Christian Glusa 2023-02-07 21:23:41 -07:00 committed by GitHub
parent df80cffafa
commit ccd11666c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class PyGmshInterop(PythonPackage):
"""Interoperability between Python and Gmsh"""
homepage = "https://documen.tician.de/gmsh_interop"
pypi = "gmesh_interop/gmesh_interop-2021.1.1.tar.gz"
pypi = "gmsh_interop/gmsh_interop-2021.1.1.tar.gz"
git = "https://github.com/inducer/gmsh_interop.git"
maintainers("cgcgcg")