From 7716afad6b2f8ab1acfd760b841abfaaef5de652 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Fri, 5 Jul 2024 12:34:13 +0200 Subject: [PATCH] Fix tryton (#769) * Fix Tryton Source Code URL & remove demo - ref: #1 - `https://hg.tryton.org/ : HTTP 404` - The source-code moved to `https://foss.heptapod.net/tryton/tryton` (see on the tryton.org, scroll down to the bottom, where the link is provided) - The demo is not interactive but instead a download link to the software * Add demo url Found the public demo, which was moved to `https://hg.tryton.org/demo` --- software/tryton.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/tryton.yml b/software/tryton.yml index 3925b8c64b..ecc8d4502c 100644 --- a/software/tryton.yml +++ b/software/tryton.yml @@ -7,5 +7,5 @@ platforms: - Python tags: - Resource Planning -source_code_url: https://hg.tryton.org/ -demo_url: https://www.tryton.org/download.html +source_code_url: https://foss.heptapod.net/tryton/tryton +demo_url: https://hg.tryton.org/demo