Skip to content

Commit 3bec06f

Browse files
committed
Fix failing create-notice.sh
Julian/jsonschema has moved to main for the master branch. Adjust create-notice.sh accordingly.
1 parent 33a7a70 commit 3bec06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-notice.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function main {
4444
add_license "certifi" "https://raw.githubusercontent.com/certifi/python-certifi/master/LICENSE"
4545
add_license "elasticsearch" "https://raw.githubusercontent.com/elastic/elasticsearch-py/master/LICENSE"
4646
add_license "jinja2" "https://raw.githubusercontent.com/pallets/jinja/master/LICENSE.rst"
47-
add_license "jsonschema" "https://raw.githubusercontent.com/Julian/jsonschema/master/COPYING"
47+
add_license "jsonschema" "https://raw.githubusercontent.com/Julian/jsonschema/main/COPYING"
4848
add_license "psutil" "https://raw.githubusercontent.com/giampaolo/psutil/master/LICENSE"
4949
add_license "py-cpuinfo" "https://raw.githubusercontent.com/workhorsy/py-cpuinfo/master/LICENSE"
5050
add_license "tabulate" "https://bitbucket.org/astanin/python-tabulate/raw/03182bf9b8a2becbc54d17aa7e3e7dfed072c5f5/LICENSE"

0 commit comments

Comments
 (0)