diff options
Diffstat (limited to 'costools')
| -rw-r--r-- | costools/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/costools/meta.yaml b/costools/meta.yaml index ccad48c..62b1223 100644 --- a/costools/meta.yaml +++ b/costools/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: Tools for COS (Cosmic Origins Spectrograph)  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -33,8 +33,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: | 
