diff options
Diffstat (limited to 'astroimtools')
| -rw-r--r-- | astroimtools/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 6abd056..8e7604e 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -4,16 +4,16 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: Astronomical Image Tools  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: {{tag}} -    git_url: https://github.com/spacetelescope/{{name}} +    git_tag: {{ tag }} +    git_url: https://github.com/spacetelescope/{{ name }}  test:      commands: | 
