Browse Source

added donate property

pull/49/head
Jeremy Wentworth 6 years ago
parent
commit
c97ef336e3
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      README.md
  2. +1
    -0
      plugins/JW-Modules.json

+ 2
- 0
README.md View File

@@ -20,6 +20,7 @@ Filename should be `YourSlug.json`.
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"donate": "https://www.paypal.me/",
"manual": "https://vcvrack.com/manual/AudibleInstruments.html",
"source": "https://github.com/VCVRack/AudibleInstruments",
"downloads": {
@@ -49,6 +50,7 @@ Keys with * are required.
- **version**\*: Your plugin's version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix.
- **license**: Abbreviation of the license(s) of your plugin. Use "proprietary" if all rights are reserved.
- **homepage**: URL of the landing page of your plugin. Omit if redundant with the source URL.
- **donate**: URL of your donation page. Use this to provide a URL to users who wish to donate.
- **manual**: URL of the manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine.
- **source**: URL of the source code landing page.
- **downloads**: Mapping of supported architectures to downloads.


+ 1
- 0
plugins/JW-Modules.json View File

@@ -3,6 +3,7 @@
"name": "JW-Modules",
"author": "Jeremy Wentworth",
"homepage": "http://jeremywentworth.com",
"donate": "https://www.paypal.me/jeremywen",
"manual": "https://github.com/jeremywen/JW-Modules/blob/master/README.md",
"source": "https://github.com/jeremywen/JW-Modules",
"downloads": {


Loading…
Cancel
Save