diff options
| -rw-r--r-- | spherical-geometry/meta.yaml | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/spherical-geometry/meta.yaml b/spherical-geometry/meta.yaml index fd8f9a0..a00df3d 100644 --- a/spherical-geometry/meta.yaml +++ b/spherical-geometry/meta.yaml @@ -1,9 +1,10 @@ -{% set name = 'spherical_geometry' %} +{% set name = 'spherical-geometry' %} +{% set reponame = 'spherical_geometry' %}  {% set version = '1.0.10' %}  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{ name }} +    home: https://github.com/spacetelescope/{{ reponame }}      license: BSD      summary: For handling spherical polygons that represent arbitrary regions of the sky @@ -29,7 +30,7 @@ requirements:  source:      git_tag: {{ version }} -    git_url: https://github.com/spacetelescope/{{ name }}.git +    git_url: https://github.com/spacetelescope/{{ reponame }}.git  test:      imports: | 
