diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 18:55:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 18:55:38 -0500 |
commit | 2b630be7f5431f4f48f232d53a5a9d9d923ec31d (patch) | |
tree | b246b31a6fbe6cb0e355b278a3c1e125d71e71d7 /astropy | |
parent | 7b3205f3f6cbf93f5eb2e5998671011eff968d50 (diff) | |
download | astroconda-dev-2b630be7f5431f4f48f232d53a5a9d9d923ec31d.tar.gz |
astropy: use master once again (#82)
Diffstat (limited to 'astropy')
-rw-r--r-- | astropy/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml index dc1c88b..16244ea 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -3,7 +3,6 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set commit = '76c58d4b8d7baa6641a114c3927b2464805e1a09' %} {% set number = '1' %} about: @@ -46,7 +45,7 @@ requirements: - python source: - git_rev: {{ commit }} + git_rev: "master" git_url: https://github.com/astropy/{{ name }}.git test: |