diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-05 12:24:35 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-05 12:24:35 -0500 | 
| commit | ae39975e0ebd1c31d15c47f396a0ae4521715ab3 (patch) | |
| tree | 82487c93fbafab6fc41716b8b727684f59b96da7 | |
| parent | cb386aa63813a7a7bd71016bc38477167822db33 (diff) | |
| download | astroconda-contrib-ae39975e0ebd1c31d15c47f396a0ae4521715ab3.tar.gz | |
Use jinja in home URL
| -rw-r--r-- | stsci.distutils/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/stsci.distutils/meta.yaml b/stsci.distutils/meta.yaml index cbf277d..305630a 100644 --- a/stsci.distutils/meta.yaml +++ b/stsci.distutils/meta.yaml @@ -3,10 +3,10 @@  {% set number = '1' %}  about: -    home: https://github.com/spacetelescope/stsci.distutils +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: | -        distutils/packaging-related utilities used by some of STScI's packages +        distutils/packaging-related utilities used by older STScI packages  build:      number: {{ number }} | 
