mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02: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