Skip to content

Commit

Permalink
Correct license url for jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
ebadyano committed Sep 9, 2019
1 parent 32bd548 commit e3d49b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-notice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function main {
printf "The source code can be obtained at https://github.com/certifi/python-certifi\n" >> "${OUTPUT_FILE}"
add_license "certifi" "https://raw.githubusercontent.com/certifi/python-certifi/master/LICENSE"
add_license "elasticsearch" "https://raw.githubusercontent.com/elastic/elasticsearch-py/master/LICENSE"
add_license "jinja2" "https://raw.githubusercontent.com/pallets/jinja/master/LICENSE"
add_license "jinja2" "https://raw.githubusercontent.com/pallets/jinja/master/LICENSE.rst"
add_license "jsonschema" "https://raw.githubusercontent.com/Julian/jsonschema/master/COPYING"
add_license "psutil" "https://raw.githubusercontent.com/giampaolo/psutil/master/LICENSE"
add_license "py-cpuinfo" "https://raw.githubusercontent.com/workhorsy/py-cpuinfo/master/LICENSE"
Expand Down

0 comments on commit e3d49b8

Please sign in to comment.