From f71e1309c4aa8f3890fb3bc2e3d1049b13e950f2 Mon Sep 17 00:00:00 2001 From: Pi-Yueh Chuang Date: Tue, 19 Jan 2021 04:21:18 -0500 Subject: [PATCH] fix the url of the project in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52abedc..b714f52 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name="geoclaw-landspill", author="Pi-Yueh Chuang", author_email="pychuang@gwu.edu", - url="https://github.com/barba/geoclaw-landspill", + url="https://github.com/barbagroup/geoclaw-landspill", keywords=["landspill", "overland flow", "pipeline", "geoclaw", "clawpack"], license="BSD 3-Clause License", )