From f3c928ecf28413a92df84be9e5a2a26428d3558d Mon Sep 17 00:00:00 2001 From: Juanjo Aguililla Date: Tue, 22 Oct 2024 18:06:57 +0200 Subject: [PATCH 1/2] Update Hexagon repository and website --- app-backend/src/main/resources/links/Libraries.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backend/src/main/resources/links/Libraries.json b/app-backend/src/main/resources/links/Libraries.json index bd04920b4..a7b2f7162 100644 --- a/app-backend/src/main/resources/links/Libraries.json +++ b/app-backend/src/main/resources/links/Libraries.json @@ -396,11 +396,11 @@ }, { "name": null, - "github": "hexagonkt/hexagon", + "github": "hexagontk/hexagon", "bitbucket": null, "kug": null, - "href": null, - "desc": "A Microservices framework that takes care of HTTP, serialization and storage.", + "href": "https://hexagontk.com", + "desc": "A Microservices toolkit that takes care of HTTP, serialization and templates.", "platforms": [], "tags": [ "web", From c309fd456c4727485c502e4344402473588a639a Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov Date: Wed, 23 Oct 2024 10:57:26 +0100 Subject: [PATCH 2/2] Update Hexagon repository and website --- src/main/resources/links/Libraries.awesome.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/links/Libraries.awesome.kts b/src/main/resources/links/Libraries.awesome.kts index f465da8fd..246025161 100644 --- a/src/main/resources/links/Libraries.awesome.kts +++ b/src/main/resources/links/Libraries.awesome.kts @@ -120,8 +120,9 @@ category("Libraries/Frameworks") { setTags("web", "rest", "http") } link { - github = "hexagonkt/hexagon" - desc = "A Microservices framework that takes care of HTTP, serialization and storage." + github = "hexagontk/hexagon" + href = "https://hexagontk.com" + desc = "A Microservices toolkit that takes care of HTTP, serialization and templates." setTags("web", "rest", "http") } link {