Skip to content

Commit

Permalink
app: replace gitlab with github reference
Browse files Browse the repository at this point in the history
Replace gitlab with github reference for downloading examples.
  • Loading branch information
SGeeversAtVortech committed Nov 15, 2024
1 parent 9be1517 commit 4b69af9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rtctools/rtctoolsapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ def download_examples(*args):
version = rtctools.__version__
rtc_full_name = "rtc-tools-{}".format(version)
try:
url = "https://gitlab.com/deltares/rtc-tools/-/archive/{}/{}.zip".format(
version, rtc_full_name
)
url = "https://github.com/deltares/rtc-tools/zipball/{}".format(version)

opener = urllib.request.build_opener()
urllib.request.install_opener(opener)
Expand Down

0 comments on commit 4b69af9

Please sign in to comment.