diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-12-18 17:58:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 17:58:22 -0500 |
commit | 51b4a109f6ea2f4ae5ebfbfb77bdaf9d8dcb358e (patch) | |
tree | 7718b4e77a0cb6609de7f1899cf93d683120c242 | |
parent | e5a01725eea83b0c709395c9fc9f5653f7a5823a (diff) | |
download | astroconda-contrib-51b4a109f6ea2f4ae5ebfbfb77bdaf9d8dcb358e.tar.gz |
Reinstate hyphen in package/repo name. (#448)
-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 180cf07..deccdc3 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' %} |