Browse Source

Corrected the missing commas in the JSON

pull/118/head
valerioo GitHub 7 years ago
parent
commit
627a60ecc5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      plugins/SonusModular.json

+ 2
- 2
plugins/SonusModular.json View File

@@ -2,10 +2,10 @@
"slug": "SonusModular", "slug": "SonusModular",
"name": "Sonus Modular", "name": "Sonus Modular",
"author": "Sonus Dept.", "author": "Sonus Dept.",
"license": "GNU General Public License 3.0"
"license": "GNU General Public License 3.0",
"version": "0.5.0", "version": "0.5.0",
"homepage": "http://sonusmodular.sonusdept.com/", "homepage": "http://sonusmodular.sonusdept.com/",
"manual": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular"
"manual": "https://gitlab.com/sonusdept/sonusmodular#sonus-modular",
"source": "https://gitlab.com/sonusdept/sonusmodular", "source": "https://gitlab.com/sonusdept/sonusmodular",
"donate": "https://paypal.me/sonusdept", "donate": "https://paypal.me/sonusdept",
"downloads": { "downloads": {


Loading…
Cancel
Save