diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-05 21:59:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-08-05 21:59:57 -0400 |
commit | 28e63eaa07a389bcae50e851b219512860a166fe (patch) | |
tree | 968cf40b12ee5a2cef155e61ed0d10440910fa26 | |
parent | 7898a6cd7ca6583741ca71420b824bf2453a9755 (diff) | |
download | cbc-recipes-28e63eaa07a389bcae50e851b219512860a166fe.tar.gz |
Fix line endings, fix home url
-rw-r--r-- | pysynphot/pysynphot.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index 74448a7..792e827 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -3,13 +3,13 @@ name: pysynphot version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git [about] -home: http://github.com/spacetelescope/${package:name} +home: ssh://git@bitbucket.org/stsci_ssb/${package:name} license: BSD summary: ${package:name} [source] git_url: ${about:home} - +git_tag: [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} |