From 44fb12a92925b0162fa54f27abd4ce9a38572920 Mon Sep 17 00:00:00 2001 From: jlaura Date: Tue, 21 Mar 2023 10:25:53 -0700 Subject: [PATCH] Updates URL in recipe for display on Anaconda.org (#5147) --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a95f9381bb..fabd2b38e4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,7 +30,7 @@ package: version: {{ version }} source: - git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' + git_url: 'https://github.com/DOI-USGS/ISIS3.git' git_tag: {{ version }} # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz' -- GitLab