Browse Source

Merge remote-tracking branch 'upstream/master'

pull/413/head
Matt Demanett 7 years ago
parent
commit
44c9ca02e8
4 changed files with 9 additions and 2 deletions
  1. +4
    -0
      .gitmodules
  2. +2
    -1
      README.md
  3. +2
    -1
      manifests/mscHack.json
  4. +1
    -0
      repos/mscHack

+ 4
- 0
.gitmodules View File

@@ -181,3 +181,7 @@
path = repos/KoralfxVCV
url = https://github.com/koralfx/KoralfxVCV
branch = master
[submodule "repos/mscHack"]
path = repos/mscHack
url = https://github.com/mschack/VCV-Rack-Plugins
branch = master

+ 2
- 1
README.md View File

@@ -10,7 +10,8 @@ All Rack plugins are welcome assuming they

## For plugin developers: Adding/updating your plugin

To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, please create an [issue](https://github.com/VCVRack/community/issues) with the title equal to your plugin slug (or slugs, comma-separated).
To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, create an [issue](https://github.com/VCVRack/community/issues) with the title equal to your plugin slug (or slugs, comma-separated).
If you already have an existing issue for your plugin, reuse it for additional requests.
Give us each plugin name, your desired author name, license information, relevant URLs, and anything else under the *Manifest* section below.
A Library Team member will handle your request.



+ 2
- 1
manifests/mscHack.json View File

@@ -3,5 +3,6 @@
"author": "Mark Schack",
"license": "MIT",
"manualUrl": "https://github.com/mschack/VCV-Rack-Plugins/blob/master/README.md#demo-vids",
"sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins"
"sourceUrl": "https://github.com/mschack/VCV-Rack-Plugins",
"repoVersion": "0.6.1"
}

+ 1
- 0
repos/mscHack

@@ -0,0 +1 @@
Subproject commit 2057b6e92deb128bf87c1c71cae8d98cc7625184

Loading…
Cancel
Save