mac modules: Replace git with https in github URI

They don't accept unauthenticated git connections anymore.
This commit is contained in:
John Ralls 2022-12-26 13:37:13 -08:00
parent 1b28691557
commit 37e0f8968b

View File

@ -13,7 +13,7 @@
href="http://download.oracle.com/"/>
<repository type="tarball" name="pymodules"
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="exiv2.org"
href="http://www.exiv2.org/releases/"/>