chore: remove git.io link fixes #989

This commit is contained in:
Seth Bertalotto 2022-04-28 09:54:43 -07:00 committed by GitHub
parent 1fe50dd3ac
commit 81efd538da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ module.exports = function (grunt) {
options: { options: {
banner: [ banner: [
'/*!', '/*!',
'normalize.css v<%= pkg.devDependencies["normalize-css"] %> | MIT License | git.io/normalize', 'normalize.css v<%= pkg.devDependencies["normalize-css"] %> | MIT License | https://necolas.github.io/normalize.css/',
'Copyright (c) Nicolas Gallagher and Jonathan Neal', 'Copyright (c) Nicolas Gallagher and Jonathan Neal',
'*/\n' '*/\n'
].join('\n') ].join('\n')