diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-11 14:46:15 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-11 14:46:15 -0400 | 
| commit | 4969227952ed7309d34d38cdd37e641a6b3087b2 (patch) | |
| tree | 96ea88c760db4bbc724ad91cd386c25ded94a924 /purge_path | |
| parent | 2e340786c074883243f1223f89a231f1178cbfcd (diff) | |
| download | astroconda-contrib-4969227952ed7309d34d38cdd37e641a6b3087b2.tar.gz | |
purge_path 1.0.0 -> 1.2.0 (#211)
Diffstat (limited to 'purge_path')
| -rw-r--r-- | purge_path/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml index 97f7428..807ac09 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -1,9 +1,9 @@  {% set name = 'purge_path' %} -{% set version = '1.0.0' %} +{% set version = '1.2.0' %}  {% set number = '0' %}  about: -    home: http://bitbucket.org/jhunkeler/{{ name }} +    home: https://github.com/jhunkeler/{{ name }}      license: BSD      summary: purge_path a small PATH manipulator @@ -23,4 +23,4 @@ requirements:  source:      git_tag: {{ version }} -    git_url: https://bitbucket.org/jhunkeler/{{ name }}.git +    git_url: https://github.com/jhunkeler/{{ name }}.git | 
