diff options
author | Mike Frysinger <vapier@google.com> | 2023-06-14 17:08:27 -0400 |
---|---|---|
committer | LUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2023-06-14 21:19:58 +0000 |
commit | 696e0c48a9de4d20f3de65bc014ca2991d16f041 (patch) | |
tree | 977d73b39dec802bb220e01461c6f07e33da4652 /setup.py | |
parent | b2263ba1245f12428a63e19ced88f27d92d7ca7a (diff) | |
download | git-repo-696e0c48a9de4d20f3de65bc014ca2991d16f041.tar.gz |
update links from monorail to issuetracker
Change-Id: Ie05373aa4becc0e4d0cab74e7ea0a61eb2cc2746
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/377014
Commit-Queue: Mike Frysinger <vapier@google.com>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ setuptools.setup( | |||
40 | long_description_content_type="text/plain", | 40 | long_description_content_type="text/plain", |
41 | url="https://gerrit.googlesource.com/git-repo/", | 41 | url="https://gerrit.googlesource.com/git-repo/", |
42 | project_urls={ | 42 | project_urls={ |
43 | "Bug Tracker": "https://bugs.chromium.org/p/gerrit/issues/list?q=component:Applications%3Erepo", # noqa: E501 | 43 | "Bug Tracker": "https://issues.gerritcodereview.com/issues?q=is:open%20componentid:1370071", # noqa: E501 |
44 | }, | 44 | }, |
45 | # https://pypi.org/classifiers/ | 45 | # https://pypi.org/classifiers/ |
46 | classifiers=[ | 46 | classifiers=[ |