diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 22:13:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 22:13:24 -0500 |
commit | 3b964041b0a02e159bde41043de346c301f3966f (patch) | |
tree | 33695a1e3db78000fea789c9e478700bdc2f3618 /costools/meta.yaml | |
parent | 0014929a548b06f85c3409c51f5dd34791421cad (diff) | |
download | astroconda-contrib-3b964041b0a02e159bde41043de346c301f3966f.tar.gz |
Fixup d2to1 recipes (#309)
Diffstat (limited to 'costools/meta.yaml')
-rw-r--r-- | costools/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/costools/meta.yaml b/costools/meta.yaml index c6e0715..45a5a45 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} |