diff options
Diffstat (limited to 'wfc3tools')
| -rw-r--r-- | wfc3tools/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index efec653..4b632b9 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -3,16 +3,16 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: For analyzing and calibrating HST-WFC3 data  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -32,8 +32,8 @@ requirements:      - scipy  source: -    git_tag: {{version}} -    git_url: https://github.com/spacetelescope/{{name}}.git +    git_tag: {{ version }} +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      imports: | 
