diff options
Diffstat (limited to 'gwcs')
| -rw-r--r-- | gwcs/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index 31fe8a8..d606a20 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -4,16 +4,16 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      license: GPL      summary: Generalized World Coordinate System  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -29,8 +29,8 @@ requirements:      - python x.x  source: -    git_tag: {{tag}} -    git_url: https://github.com/spacetelescope/{{name}}.git +    git_tag: {{ tag }} +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      imports: | 
