eclass/enlightenment.eclass: Use https:// git URI
authorBertrand Jacquin <bertrand@jacquin.bzh>
Wed, 27 Sep 2017 18:51:01 +0000 (19:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 27 Jan 2018 10:07:28 +0000 (11:07 +0100)
git:// are now prohibited on git.enlightenment.org

eclass/enlightenment.eclass

index ae7bb396590c95af5777d51b5b01268ef3f1fcdf..23b6ffcc9f547010df98c0db09bd3f3681f7dc13 100644 (file)
@@ -46,7 +46,7 @@ E_ECONF=()
 #      S           EURI_STATE
 
 E_LIVE_SERVER_DEFAULT_SVN="http://svn.enlightenment.org/svn/e/trunk"
-E_LIVE_SERVER_DEFAULT_GIT="git://git.enlightenment.org"
+E_LIVE_SERVER_DEFAULT_GIT="https://git.enlightenment.org"
 
 E_STATE="release"
 if [[ ${PV} == *9999* ]] ; then