diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-08 12:52:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 12:52:38 -0400 |
commit | 20ecff4663d3fa54bf52960a33383fb8bce8dde6 (patch) | |
tree | 6828ec4a6a3f68f6d7b16a02582a3572e5763562 | |
parent | 944cd43479ed4c5aa90bed8ee7cac3813a93a8a9 (diff) | |
download | astroconda-dev-20ecff4663d3fa54bf52960a33383fb8bce8dde6.tar.gz |
[stsci.sphere] Fix broken link (#47)
-rw-r--r-- | stsci.sphere/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.sphere/meta.yaml b/stsci.sphere/meta.yaml index 47e1fe3..4bafc99 100644 --- a/stsci.sphere/meta.yaml +++ b/stsci.sphere/meta.yaml @@ -34,7 +34,7 @@ requirements: - python x.x source: - git_url: ssh://git@bitbucket.org/stsci_ssb/{{ name }}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: - stsci.sphere |