diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-31 12:01:58 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 12:01:58 -0400 | 
| commit | 5685d0f7eb10145e0a52fdfb322c2c90c07e25c9 (patch) | |
| tree | ca436ff9dcbfbe62cbdbc4a7adf0c00c8dfd63aa | |
| parent | 091e902b1dc7032debf9a032f1ecee119b4de565 (diff) | |
| download | astroconda-contrib-5685d0f7eb10145e0a52fdfb322c2c90c07e25c9.tar.gz | |
htc_utils: Fix tag and repo url (#218)
| -rw-r--r-- | htc_utils/meta.yaml | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/htc_utils/meta.yaml b/htc_utils/meta.yaml index f78c560..26d4b94 100644 --- a/htc_utils/meta.yaml +++ b/htc_utils/meta.yaml @@ -1,9 +1,9 @@  {% set name = 'htc_utils' %} -{% set version = '0.1' %} +{% set version = '0.1.0' %}  {% set number = '0' %}  about: -    home: http://bitbucket.org/jhunkeler/{{ name }} +    home: https://github.com/jhunkeler/{{ name }}      license: GPL      summary: htc_utils is a homebrew set of HTCondor wrappers @@ -24,7 +24,8 @@ requirements:      - python x.x  source: -    git_url: https://bitbucket.org/jhunkeler/{{ name }}.git +    git_tag: {{ version }} +    git_url: https://github.com/jhunkeler/{{ name }}.git  test:      imports: | 
