diff options
Diffstat (limited to 'asdf-standard')
| -rw-r--r-- | asdf-standard/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/asdf-standard/meta.yaml b/asdf-standard/meta.yaml index afa00ef..cffd172 100644 --- a/asdf-standard/meta.yaml +++ b/asdf-standard/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: Standards reference for ASDF  build: -    number: {{number}} +    number: {{ number }}  package: -    name: {{name}} -    version: {{version}} +    name: {{ name }} +    version: {{ version }}  requirements:      build: @@ -31,5 +31,5 @@ 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 | 
