diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-18 11:31:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 11:31:19 -0500 |
commit | e5a01725eea83b0c709395c9fc9f5653f7a5823a (patch) | |
tree | 284fc5a8ef7cecdda264a69b9892a03f01b06478 | |
parent | 9a18905785bb9ffd56a1b639f908063569739a20 (diff) | |
download | astroconda-contrib-e5a01725eea83b0c709395c9fc9f5653f7a5823a.tar.gz |
da5_notebooks: Use underscore not hyphen (#447)
-rw-r--r-- | da5_notebooks/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/da5_notebooks/meta.yaml b/da5_notebooks/meta.yaml index deccdc3..180cf07 100644 --- a/da5_notebooks/meta.yaml +++ b/da5_notebooks/meta.yaml @@ -1,4 +1,4 @@ -{% set name = 'da5-notebooks' %} +{% set name = 'da5_notebooks' %} {% set version = '1.0' %} {% set tag = 'v' + version %} {% set number = '0' %} |