From 00ce199b69371d6040314a3e8a967da54761e9aa Mon Sep 17 00:00:00 2001 From: valerioo Date: Wed, 27 Dec 2017 11:07:48 +0100 Subject: [PATCH] Added author, donate, manual, license to Sonus Modular --- plugins/SonusModular.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/SonusModular.json b/plugins/SonusModular.json index 619c5115..1d322879 100644 --- a/plugins/SonusModular.json +++ b/plugins/SonusModular.json @@ -1,9 +1,13 @@ { "slug": "SonusModular", - "name": "Sonus Dept", + "name": "Sonus Modular", + "author": "Sonus Dept.", + "license": "GNU General Public License 3.0" "version": "0.5.0", "homepage": "http://sonusmodular.sonusdept.com/", + "manual": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular" "source": "https://gitlab.com/sonusdept/sonusmodular", + "donate": "https://paypal.me/sonusdept", "downloads": { "win": { "download": "http://sonusdept.altervista.org/files/sonusmodular/sonusmodular-0.5.0-win.zip", @@ -18,4 +22,4 @@ "sha256": "98d36ddcbe6dca71a8060deb27d1e33279495d2ae2992f1b530bad058765bc59" } } -} \ No newline at end of file +}