Skip to content

Commit

Permalink
fix incorrect license of material icons
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasPor committed Oct 21, 2023
1 parent 357026a commit da43f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/packs/material.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const materialIconsPack = definePack({
extract: extractor(/^.*\/(?<variant>.+?)\/(?<name>.+?).svg/),
},
projectUrl: "https://github.com/google/material-design-icons",
license: "MIT",
license: "Apache 2.0",
licenseUrl:
"https://github.com/google/material-design-icons/blob/master/LICENSE",
coloring: "fill",
Expand Down

0 comments on commit da43f40

Please sign in to comment.