From b2f8091f6274a17a430b5fc061e2e77016b3791d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Mon, 23 Aug 2021 13:56:38 +0200 Subject: [PATCH] [qt] Use own README as help_url (#6267) It includes a link to the default page so no information will be lost. --- projects/qt/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/qt/project.yaml b/projects/qt/project.yaml index eb19f2e7b..6e6a84494 100644 --- a/projects/qt/project.yaml +++ b/projects/qt/project.yaml @@ -4,7 +4,8 @@ primary_contact: "rlohningqt@gmail.com" auto_ccs: - "sgaist.qt@gmail.com" - "shawn.t.rutledge@gmail.com" +main_repo: 'git://code.qt.io/qt/qt5.git' architectures: - x86_64 - i386 -main_repo: 'git://code.qt.io/qt/qt5.git' +help_url: "https://code.qt.io/cgit/qt/qtbase.git/plain/tests/libfuzzer/README"