diff options
Diffstat (limited to 'calcos')
| -rw-r--r-- | calcos/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/calcos/meta.yaml b/calcos/meta.yaml index a89c8be..967720c 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -3,15 +3,15 @@  {% set number = '1' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      summary: Calibration for HST/COS  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -31,8 +31,8 @@ requirements:      - python x.x  source: -    git_tag: {{version}} -    git_url: https://github.com/spacetelescope/{{name}}.git +    git_tag: {{ version }} +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      commands: | 
