From 734958b39d1a658a428c447d84be0b0008dc0600 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 5 Jul 2024 12:35:44 +0200 Subject: [PATCH] fix hitobito website (#766) - ref: #1 - `https://hitobito.com/en : HTTP 404` - Link to the domain without english suffix `https://hitobito.com` --- software/hitobito.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/hitobito.yml b/software/hitobito.yml index 160d9a1b14..8d2245a99a 100644 --- a/software/hitobito.yml +++ b/software/hitobito.yml @@ -1,5 +1,5 @@ name: hitobito -website_url: https://hitobito.com/en +website_url: https://hitobito.com description: A web application to manage complex group hierarchies with members, events and a lot more. licenses: - AGPL-3.0