mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-17 23:51:08 +03:00
Remove '.html' extension for SPDX license urls (#5412)
This commit is contained in:
parent
d2c4d0d7f5
commit
92006ed23e
@ -45,7 +45,7 @@ function licenseToObject(license) {
|
||||
}
|
||||
|
||||
if (license.url === undefined) {
|
||||
license.url = `https://spdx.org/licenses/${license.type}.html`;
|
||||
license.url = `https://spdx.org/licenses/${license.type}`;
|
||||
}
|
||||
return license;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user