From 1249e20a95ddfb0ff1aab6410e286a3bf8d2e443 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 27 Oct 2020 17:53:57 +0800 Subject: [PATCH] Change the KR url --- tasks/vendoring/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/vendoring/__init__.py b/tasks/vendoring/__init__.py index 87d93586..d3cbbd6b 100644 --- a/tasks/vendoring/__init__.py +++ b/tasks/vendoring/__init__.py @@ -50,12 +50,12 @@ PY2_DOWNLOAD = ["enum34"] HARDCODED_LICENSE_URLS = { "pytoml": "https://github.com/avakar/pytoml/raw/master/LICENSE", "cursor": "https://raw.githubusercontent.com/GijsTimmers/cursor/master/LICENSE", - "delegator.py": "https://raw.githubusercontent.com/kennethreitz/delegator.py/master/LICENSE", + "delegator.py": "https://raw.githubusercontent.com/amitt001/delegator.py/master/LICENSE", "click-didyoumean": "https://raw.githubusercontent.com/click-contrib/click-didyoumean/master/LICENSE", "click-completion": "https://raw.githubusercontent.com/click-contrib/click-completion/master/LICENSE", "parse": "https://raw.githubusercontent.com/techalchemy/parse/master/LICENSE", "semver": "https://raw.githubusercontent.com/k-bx/python-semver/master/LICENSE.txt", - "crayons": "https://raw.githubusercontent.com/kennethreitz/crayons/master/LICENSE", + "crayons": "https://raw.githubusercontent.com/MasterOdin/crayons/master/LICENSE", "pip-tools": "https://raw.githubusercontent.com/jazzband/pip-tools/master/LICENSE", "pytoml": "https://github.com/avakar/pytoml/raw/master/LICENSE", "webencodings": "https://github.com/SimonSapin/python-webencodings/raw/"