Link license corrections

Follow-up for 7316bdc99f
This commit is contained in:
Oleg Gaidarenko 2019-03-22 09:52:09 +01:00
parent 46a75099d8
commit 8ac5c91004
2 changed files with 2 additions and 2 deletions

View File

@ -163,5 +163,5 @@ plugin development.
## License
Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE.md).
Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE).

View File

@ -15,7 +15,7 @@ module.exports = function(config) {
},
{
expand: true,
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
src: ['LICENSE', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>-<%= pkg.version %>/',
}
]