From dde9dd1ee97fac5943828a24f9a8fc53d8ae09cc Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 18 Sep 2023 15:08:18 +0000 Subject: [PATCH] Fix demo/source code URL/description for Gramps Web (#174) --- software/gramps-web.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/software/gramps-web.yml b/software/gramps-web.yml index 36762592e1..c33e91253f 100644 --- a/software/gramps-web.yml +++ b/software/gramps-web.yml @@ -1,10 +1,11 @@ name: Gramps Web website_url: https://gramps-project.github.io/web/ -description: Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application. ([Demo](https://gramps-project.github.io/web/), [Source Code](https://github.com/gramps-project/gramps-webapi)). +description: Web app for collaborative genealogy, based on and interoperable with Gramps, the open source genealogy desktop application. licenses: - AGPL-3.0 platforms: - Docker tags: - Genealogy -source_code_url: https://gramps-project.github.io/web/ +source_code_url: https://github.com/gramps-project/gramps-webapi +demo_url: https://gramps-project.github.io/web