1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-06 14:46:46 +02:00

Remove unicode chars from devicon.json (#1652)

Remove unicode character sequences from `devicon.json` which are likely culprits of builderror: https://github.com/devicons/devicon/actions/runs/3918634841
This commit is contained in:
Jørgen Kalsnes Hagen
2023-01-31 12:09:31 +01:00
committed by GitHub
parent 80aeaf824e
commit a93d02c1e1

View File

@@ -3549,7 +3549,6 @@
{ {
"name": "grails", "name": "grails",
"altnames": [ "altnames": [
"Grails\u00c2\u00ae Framework",
"Grails Framework" "Grails Framework"
], ],
"tags": [ "tags": [
@@ -8876,11 +8875,7 @@
}, },
{ {
"name": "traefikmesh", "name": "traefikmesh",
"altnames": [ "altnames": [],
"traefik",
"tr\u00c3\u00a6fik",
"tr\u00c3\u00a6fikmesh"
],
"tags": [ "tags": [
"mesh", "mesh",
"kubernetes" "kubernetes"
@@ -8907,11 +8902,7 @@
}, },
{ {
"name": "traefikproxy", "name": "traefikproxy",
"altnames": [ "altnames": [],
"traefik",
"tr\u00c3\u00a6fik",
"tr\u00c3\u00a6fikproxy"
],
"tags": [ "tags": [
"proxy", "proxy",
"router" "router"