diff options
Diffstat (limited to 'costools')
-rw-r--r-- | costools/costools.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/costools/costools.ini b/costools/costools.ini index 2d54529..8fff3d5 100644 --- a/costools/costools.ini +++ b/costools/costools.ini @@ -3,9 +3,9 @@ name: costools version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] -home: http://www.stsci.edu/institute/software_hardware +home: http://www.stsci.edu/resources/software_hardware/stsci_python license: BSD -summary: ${package:name} +summary: Tools for COS (Cosmic Origins Spectrograph) [source] git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name} |