From bbee8ed11b2b1e7b6cff01ac33ffc00ef31cae70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:40:35 +0100 Subject: [PATCH] Remove unicode chars from `devicon.json` Remove unicode character sequences from `devicon.json` which are likely culprits of builderror: https://github.com/devicons/devicon/actions/runs/3918634841 --- devicon.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/devicon.json b/devicon.json index 9d7c30fdf..cfad4f66f 100644 --- a/devicon.json +++ b/devicon.json @@ -3549,7 +3549,6 @@ { "name": "grails", "altnames": [ - "Grails\u00c2\u00ae Framework", "Grails Framework" ], "tags": [ @@ -8876,11 +8875,7 @@ }, { "name": "traefikmesh", - "altnames": [ - "traefik", - "tr\u00c3\u00a6fik", - "tr\u00c3\u00a6fikmesh" - ], + "altnames": [], "tags": [ "mesh", "kubernetes" @@ -8907,11 +8902,7 @@ }, { "name": "traefikproxy", - "altnames": [ - "traefik", - "tr\u00c3\u00a6fik", - "tr\u00c3\u00a6fikproxy" - ], + "altnames": [], "tags": [ "proxy", "router"