From 7996e005009da8aeb1457934f70f40c71c897976 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 22 Feb 2022 13:02:53 +0100 Subject: [PATCH] Add upstream key in manifest --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 00f0bce..710c48b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,12 @@ "en": "Offer backup storage to a friend.", "fr": "Offrez un espace de stockage à un⋅e ami⋅e." }, + "upstream": { + "license": "BSD-3-Clause", + "website": "https://www.borgbackup.org/", + "admindoc": "https://borgbackup.readthedocs.io/en/stable/", + "code": "https://github.com/borgbackup/borg" + }, "version": "1.1.16~ynh9", "url": "https://borgbackup.readthedocs.io", "license": "BSD-3-Clause",