diff options
Diffstat (limited to 'wfpc2tools')
| -rw-r--r-- | wfpc2tools/meta.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index ce444a2..255f30d 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -3,17 +3,17 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: |          Tools for use with WFPC2 (Wide Field and Planetary Camera 2)  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -35,7 +35,7 @@ requirements:      - python x.x  source: -    git_url: https://github.com/spacetelescope/{{name}}.git +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      imports: | 
