diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-07-12 07:55:28 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-12 07:55:28 -0400 | 
| commit | 4ddf55ce039764f18ebe0deb5e23675c5bfd6cc9 (patch) | |
| tree | 3692f9e004bb1b2a0bfe359d6e236101e8e4a354 | |
| parent | e148227175498e65ef14bfbd5e8884d99a8f36a1 (diff) | |
| parent | 79f9a157620f5c79a779e5071052731c865d84d4 (diff) | |
| download | astroconda-contrib-4ddf55ce039764f18ebe0deb5e23675c5bfd6cc9.tar.gz | |
Merge pull request #237 from rendinam/hyphenate-spherical
Hyphenate package name
| -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: | 
