diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-16 10:01:05 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-16 10:01:05 -0400 |
commit | 74602b41172e57f2f81847f6e822cbded5ee442f (patch) | |
tree | ef7707a034ca8b7fd858fcc4e310111505ec8b6a /stsci.skypac | |
parent | 32357a60aad23d5c5220d42239d58f9ed27c8693 (diff) | |
download | cbc-recipes-74602b41172e57f2f81847f6e822cbded5ee442f.tar.gz |
Switch to https from ssh protocol
Diffstat (limited to 'stsci.skypac')
-rw-r--r-- | stsci.skypac/stsci.skypac.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini index b67960e..fb0288e 100644 --- a/stsci.skypac/stsci.skypac.ini +++ b/stsci.skypac/stsci.skypac.ini @@ -3,7 +3,7 @@ name : stsci.skypac version : {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] -home : ssh://git@github.com/spacetelescope/${package:name} +home : https://github.com/spacetelescope/${package:name} license : BSD summary : ${package:name} |