diff options
Diffstat (limited to 'imexam')
| -rw-r--r-- | imexam/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/imexam/meta.yaml b/imexam/meta.yaml index 9357a9d..496fc9b 100644 --- a/imexam/meta.yaml +++ b/imexam/meta.yaml @@ -4,7 +4,7 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: |          Designed to be a lightweight library which enables users to explore @@ -14,11 +14,11 @@ about:          plots and grab quick photometry information.  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -41,8 +41,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: | 
