summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authorbungeman <bungeman@chromium.org>2015-10-12 09:34:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-12 16:35:54 +0000
commitd8f86d0569130213d88cba47bf9656ed7b85206d (patch)
tree19376db4ae727de5bb082e18ae36f63012a9214c /tools/licenses.py
parentdbc6f296c6661dc416e21194e69a3ee4bae51a6d (diff)
downloadchromium_src-d8f86d0569130213d88cba47bf9656ed7b85206d.zip
chromium_src-d8f86d0569130213d88cba47bf9656ed7b85206d.tar.gz
chromium_src-d8f86d0569130213d88cba47bf9656ed7b85206d.tar.bz2
Correct open-vcdiff URL in licenses.py.
The URL was updated previously with "[open-vcdiff] Change upstream repository to github." (See https://crbug.com/510860). However, this introduced an extra '.com' which should be removed. BUG=chromium:476190 Review URL: https://codereview.chromium.org/1403743002 Cr-Commit-Position: refs/heads/master@{#353533}
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 03c6f52..d8799e5 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -125,7 +125,7 @@ SPECIAL_CASES = {
},
os.path.join('sdch', 'open-vcdiff'): {
"Name": "open-vcdiff",
- "URL": "https://github.com.com/google/open-vcdiff",
+ "URL": "https://github.com/google/open-vcdiff",
"License": "Apache 2.0, MIT, GPL v2 and custom licenses",
"License Android Compatible": "yes",
},