From c3288d008b0a27d270d8c07b804bae106f6ae454 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 5 Mar 2024 18:44:24 +0100 Subject: [PATCH] Fix upstream link in manifest.toml also removes irrelevant admindoc and userdoc links --- manifest.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 63ca302..11203d9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,9 +13,7 @@ maintainers = ["Jens Diemer"] [upstream] # https://yunohost.org/en/packaging_manifest#upstream-section license = "GPL-3.0-or-later" -admindoc = "https://github.com/YunoHost-Apps/django-for-runners_ynh" -userdoc = "https://github.com/jedie/django-for-runners" -code = "https://github.com/YunoHost-Apps/django-for-runners_ynh" +code = "https://github.com/jedie/django-for-runners"