From 74602b41172e57f2f81847f6e822cbded5ee442f Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 16 Mar 2016 10:01:05 -0400 Subject: Switch to https from ssh protocol --- stistools/stistools.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stistools') diff --git a/stistools/stistools.ini b/stistools/stistools.ini index 9db0104..99b4e0d 100644 --- a/stistools/stistools.ini +++ b/stistools/stistools.ini @@ -8,7 +8,7 @@ license: BSD summary: ${package:name} [source] -git_url: ssh://git@github.com/spacetelescope/${package:name}.git +git_url: https://github.com/spacetelescope/${package:name}.git [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} -- cgit