commit:     1679bdc3ac6778153ec044cb9f99479c2b38e8b7
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 00:21:14 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 00:21:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1679bdc3

qt5-build.eclass: update github mirror URL

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 60c16829..d0013f3e 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -94,7 +94,7 @@ readonly QT5_BUILD_TYPE
 EGIT_REPO_URI=(
        "git://code.qt.io/qt/${QT5_MODULE}.git"
        "https://code.qt.io/git/qt/${QT5_MODULE}.git";
-       "https://github.com/qtproject/${QT5_MODULE}.git";
+       "https://github.com/qt/${QT5_MODULE}.git";
 )
 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3
 

Reply via email to