From 528004a08f227fde4bacbc28e60552ebb69aad4c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 14 May 2018 09:31:35 -0400 Subject: [PATCH] Clean up various manifests --- manifests/LoopusModules.json | 2 ++ manifests/SonusModular.json | 1 + manifests/VultModules.json | 3 +++ manifests/VultModulesFree.json | 4 ++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/manifests/LoopusModules.json b/manifests/LoopusModules.json index 77324602..1ca6e150 100644 --- a/manifests/LoopusModules.json +++ b/manifests/LoopusModules.json @@ -1,6 +1,8 @@ { "name": "Loopus Modules", "author": "Sonus Dept.", + "license": "proprietary", + "authorEmail": "sonusdept@gmail.com", "pluginUrl": "http://loopusmodules.sonusdept.com", "manualUrl": "https://sonusdept.altervista.org/files/loopusmodules/LoopusModules_manual.pdf", "latestVersion": "0.5.1" diff --git a/manifests/SonusModular.json b/manifests/SonusModular.json index 4533da06..ac52ae5f 100644 --- a/manifests/SonusModular.json +++ b/manifests/SonusModular.json @@ -2,6 +2,7 @@ "name": "Sonus Modular", "author": "Sonus Dept.", "license": "GPL-3.0-only", + "authorEmail": "sonusdept@gmail.com", "pluginUrl": "http://sonusmodular.sonusdept.com/", "manualUrl": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular", "sourceUrl": "https://gitlab.com/sonusdept/sonusmodular", diff --git a/manifests/VultModules.json b/manifests/VultModules.json index bb77e393..9b28bc3c 100644 --- a/manifests/VultModules.json +++ b/manifests/VultModules.json @@ -1,6 +1,9 @@ { "name": "Vult Modules", + "license": "proprietary", "author": "Leonardo Laguna Ruiz", + "authorEmail": "modlfo@gmail.com", + "authorUrl": "http://modlfo.github.io", "pluginUrl": "https://modlfo.github.io/VultModules", "manualUrl": "https://modlfo.github.io/VultModules", "latestVersion": "0.6.3", diff --git a/manifests/VultModulesFree.json b/manifests/VultModulesFree.json index 102878ff..f8b9f53d 100644 --- a/manifests/VultModulesFree.json +++ b/manifests/VultModulesFree.json @@ -4,6 +4,6 @@ "author": "Leonardo Laguna Ruiz", "authorEmail": "modlfo@gmail.com", "authorUrl": "http://modlfo.github.io", - "pluginUrl": "https://github.com/modlfo/VultModules/releases/tag/v0.6.2", - "latestVersion": "0.6.2" + "pluginUrl": "https://github.com/modlfo/VultModules/releases", + "latestVersion": "0.6.3" }