diff options
Diffstat (limited to 'nictools')
| -rw-r--r-- | nictools/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/nictools/meta.yaml b/nictools/meta.yaml index 9d22e55..3289ec3 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -3,16 +3,16 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{name}} +    home: https://github.com/spacetelescope/{{ name }}      summary: |          Python tools for NICMOS data  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:      imports: | 
