aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2017-09-03 02:21:14 +0200
committerDavide Pesavento <pesa@gentoo.org>2017-09-03 02:21:14 +0200
commit1679bdc3ac6778153ec044cb9f99479c2b38e8b7 (patch)
treecc3349738b038647bc1e7a3f2fb1f43d37a3f489
parentdev-qt/qtchooser: sync (diff)
downloadqt-1679bdc3ac6778153ec044cb9f99479c2b38e8b7.tar.gz
qt-1679bdc3ac6778153ec044cb9f99479c2b38e8b7.tar.bz2
qt-1679bdc3ac6778153ec044cb9f99479c2b38e8b7.zip
qt5-build.eclass: update github mirror URL
-rw-r--r--eclass/qt5-build.eclass2
1 files changed, 1 insertions, 1 deletions
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