From 70a498b99eeef10c6c57e66573959673288e3ffe Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 3 Apr 2023 09:33:24 +0200 Subject: [PATCH] Update manifest URLs --- manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e2d1d78..49de205 100644 --- a/manifest.json +++ b/manifest.json @@ -5,12 +5,11 @@ "description": { "en": "Store your GPX tracks of your running (or other sports activity)" }, - "url": "https://github.com/YunoHost-Apps/django-for-runners_ynh", "version": "0.17.3~ynh1", + "url": "https://github.com/jedie/django-for-runners", "upstream": { "license": "GPL-3.0", - "website": "https://github.com/jedie/django-for-runners", - "admindoc": "https://github.com/jedie/django-for-runners", + "admindoc": "https://github.com/YunoHost-Apps/django-for-runners_ynh", "userdoc": "https://github.com/jedie/django-for-runners", "code": "https://github.com/jedie/django-for-runners" },