Skip to content

Commit f2c89cd

Browse files
authored
fixed url for repo
1 parent 6aaeffc commit f2c89cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def build_extension(self, ext):
7474
description="Parametric plasma source for fusion simulations in OpenMC",
7575
long_description=long_description,
7676
long_description_content_type="text/markdown",
77-
url="https://github.com/shimwell/parametric_plasma_source",
77+
url="https://github.com/makeclean/parametric-plasma-source/",
7878
packages=find_packages(),
7979
ext_modules=[CMakeExtention("parametric_plasma_source/plasma_source")],
8080
cmdclass=dict(build_ext=CMakeBuild),

0 commit comments

Comments
 (0)