mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-18 08:01: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) {
|
if (license.url === undefined) {
|
||||||
license.url = `https://spdx.org/licenses/${license.type}.html`;
|
license.url = `https://spdx.org/licenses/${license.type}`;
|
||||||
}
|
}
|
||||||
return license;
|
return license;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user