diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 | 
| commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
| tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /htc_utils | |
| parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
| parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
| download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz | |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'htc_utils')
| -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:  | 
