From 79f9a157620f5c79a779e5071052731c865d84d4 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 12 Jul 2017 07:48:51 -0400 Subject: Hyphenate package name --- spherical-geometry/meta.yaml | 7 ++++--- 1 file 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: -- cgit