Browse Source

rename to donation

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

+ 2
- 2
README.md View File

@@ -20,7 +20,7 @@ Filename should be `YourSlug.json`.
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"donate": "https://www.paypal.me/",
"donation": "https://www.paypal.me/",
"manual": "https://vcvrack.com/manual/AudibleInstruments.html",
"source": "https://github.com/VCVRack/AudibleInstruments",
"downloads": {
@@ -50,7 +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.
- **donation**: 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
- 1
plugins/JW-Modules.json View File

@@ -3,7 +3,7 @@
"name": "JW-Modules",
"author": "Jeremy Wentworth",
"homepage": "http://jeremywentworth.com",
"donate": "https://www.paypal.me/jeremywen",
"donation": "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