From b19690e2e4d7eb4c45e4453498662071a1fc28a5 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 27 Nov 2024 04:11:26 -0800 Subject: [PATCH] Update Gitea with recent demo site link and description from official site (#980) Co-authored-by: nodiscc --- software/gitea.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/software/gitea.yml b/software/gitea.yml index 0afd9fe75f..c682642aec 100644 --- a/software/gitea.yml +++ b/software/gitea.yml @@ -1,6 +1,6 @@ name: Gitea -website_url: https://gitea.io -description: Community managed, lightweight code hosting solution (fork of Gogs). +website_url: https://gitea.com +description: Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD. licenses: - MIT platforms: @@ -10,7 +10,7 @@ platforms: tags: - Software Development - Project Management source_code_url: https://github.com/go-gitea/gitea -demo_url: https://try.gitea.io +demo_url: https://demo.gitea.com stargazers_count: 45311 updated_at: '2024-11-26' archived: false