diff options
-rw-r--r-- | jwst/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 36ac41c..829bf50 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -3,10 +3,10 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: - home: https://github.com/stsci-jwst/{{ name }} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: JWST Pipeline code @@ -59,10 +59,10 @@ source: # The git rev may be overridden by setting an env var with the name # "ASCO_GIT_REV_<package short name>" before building the recipe. # i.e "ASCO_GIT_REV_jwst=1.0.3" - # The value may be a git full hash, short hash, or a tag name on master. + # The value may be a git full hash, short hash, branch, or tag name. # The default value is "master". git_rev: {{ environ.get("ASCO_GIT_REV_"+name, "master") }} - git_url: https://github.com/stsci-jwst/{{ name }}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: |