diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-11 14:42:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 14:42:39 -0400 |
commit | 46e7af3584ded741ac2f3bc80724715cddf64772 (patch) | |
tree | 83a2746862affe6364b7979f70682ad85b064ae0 | |
parent | 714fca88d713012b5e7b8d3a1de5005df2f32fba (diff) | |
download | astroconda-dev-46e7af3584ded741ac2f3bc80724715cddf64772.tar.gz |
Update purge_path repository URL (#26)
-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 84f4ddb..aa4187f 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -5,8 +5,8 @@ {% set number = '0' %} about: - home: http://bitbucket.org/jhunkeler/{{ name }} - license: GPL + home: https://github.com/jhunkeler/{{ name }} + license: BSD summary: purge_path a small PATH manipulator build: @@ -25,4 +25,4 @@ requirements: - python x.x source: - git_url: https://bitbucket.org/jhunkeler/{{ name }}.git + git_url: https://github.com/jhunkeler/{{ name }}.git |