diff options
Diffstat (limited to 'acstools')
-rw-r--r-- | acstools/acstools.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acstools/acstools.ini b/acstools/acstools.ini index 882e48a..6315f32 100644 --- a/acstools/acstools.ini +++ b/acstools/acstools.ini @@ -3,9 +3,9 @@ name: acstools version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] -home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python +home: http://www.stsci.edu/resources/software_hardware/stsci_python license: BSD -summary: ${package:name} +summary: Python Tools for ACS (Advanced Camera for Surveys) Data [source] git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name} |