From 88f85988fd1f3a42c5423e61abdde32e6fb76ba1 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 20 Nov 2022 02:16:22 -0300 Subject: [PATCH 1/3] Fix Grails --- devicon.json | 12 +++++++++--- icons/grails/grails-original.svg | 2 +- icons/grails/grails-plain.svg | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devicon.json b/devicon.json index 0011b4d3c..37769f718 100644 --- a/devicon.json +++ b/devicon.json @@ -3250,9 +3250,15 @@ }, { "name": "grails", - "altnames": [], + "altnames": [ + "Grails® Framework" + ], "tags": [ - "framework" + "framework", + "groovy", + "web-application", + "jvm", + "build" ], "versions": { "svg": [ @@ -3263,7 +3269,7 @@ "plain" ] }, - "color": "#feb672", + "color": "#feb571", "aliases": [] }, { diff --git a/icons/grails/grails-original.svg b/icons/grails/grails-original.svg index 15cf4d6e8..40230fdda 100644 --- a/icons/grails/grails-original.svg +++ b/icons/grails/grails-original.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/icons/grails/grails-plain.svg b/icons/grails/grails-plain.svg index 09c92f12e..0055ed116 100644 --- a/icons/grails/grails-plain.svg +++ b/icons/grails/grails-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From 5d0d498fcbc68f29757ae5b73dd2e6c981950ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:36:19 -0300 Subject: [PATCH 2/3] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 37769f718..396514b00 100644 --- a/devicon.json +++ b/devicon.json @@ -3251,7 +3251,8 @@ { "name": "grails", "altnames": [ - "Grails® Framework" + "Grails® Framework", + "Grails Framework" ], "tags": [ "framework", From 3a67df1d54644db3f88294b3535492a014dc34d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:43:35 -0300 Subject: [PATCH 3/3] Update devicon.json --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 396514b00..1bd2d8523 100644 --- a/devicon.json +++ b/devicon.json @@ -3257,7 +3257,7 @@ "tags": [ "framework", "groovy", - "web-application", + "web-development", "jvm", "build" ],