summaryrefslogtreecommitdiff
path: root/stsci.ndimage
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-05 14:28:14 -0500
committerGitHub <noreply@github.com>2017-01-05 14:28:14 -0500
commit2733ec9464398a47da1c0d3eb7423a0e1deafb94 (patch)
tree665553fa6dc31f60e32d6f77b292b69b911ca29e /stsci.ndimage
parent2831fd6a1affb4639c956a591929ae6d121e73f5 (diff)
downloadastroconda-contrib-2733ec9464398a47da1c0d3eb7423a0e1deafb94.tar.gz
Fix invalid jinja declarations (#136)
Diffstat (limited to 'stsci.ndimage')
-rw-r--r--stsci.ndimage/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml
index 7a8f0e8..96dcd45 100644
--- a/stsci.ndimage/meta.yaml
+++ b/stsci.ndimage/meta.yaml
@@ -1,6 +1,6 @@
-{% name = 'stsci.ndimage' %}
-{% version = '0.10.1' %}
-{% number = '1' %}
+{% set name = 'stsci.ndimage' %}
+{% set version = '0.10.1' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}