fix(license): correct link to license on github

[skip ci]
This commit is contained in:
Sebastian Thiel
2016-12-17 17:07:56 +01:00
parent ad919460cd
commit f3d0ef45d2

View File

@@ -315,7 +315,7 @@ The **${util.library_name()}** library was generated by ${put_and(copyright.auth
under the *${copyright.license_abbrev}* license.
You can read the full text at the repository's [license file][repo-license].
[repo-license]: ${cargo.repo_base_url + '/LICENSE.md'}
[repo-license]: ${cargo.repo_base_url + 'blob/master/LICENSE.md'}
</%def>