mac modules: Replace git with https in github URI
They don't accept unauthenticated git connections anymore.
This commit is contained in:
parent
1b28691557
commit
37e0f8968b
@ -13,7 +13,7 @@
|
|||||||
href="http://download.oracle.com/"/>
|
href="http://download.oracle.com/"/>
|
||||||
<repository type="tarball" name="pymodules"
|
<repository type="tarball" name="pymodules"
|
||||||
href="https://pypi.python.org/packages/"/>
|
href="https://pypi.python.org/packages/"/>
|
||||||
<repository type="git" name="github" href="git://github.com/"/>
|
<repository type="git" name="github" href="https://github.com/"/>
|
||||||
<repository type="tarball" name="github-tarball" href="https://github.com/"/>
|
<repository type="tarball" name="github-tarball" href="https://github.com/"/>
|
||||||
<repository type="tarball" name="exiv2.org"
|
<repository type="tarball" name="exiv2.org"
|
||||||
href="http://www.exiv2.org/releases/"/>
|
href="http://www.exiv2.org/releases/"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user