From ad9fe261d9e7345f1b031b05d133e5f4e7df7fd5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 26 Sep 2017 20:48:41 -0400 Subject: [PATCH] Add homepage URL to Plugin metadata --- src/AudibleInstruments.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AudibleInstruments.cpp b/src/AudibleInstruments.cpp index 34f7961..fd4ae9f 100644 --- a/src/AudibleInstruments.cpp +++ b/src/AudibleInstruments.cpp @@ -7,6 +7,7 @@ void init(rack::Plugin *p) { plugin = p; plugin->slug = "AudibleInstruments"; plugin->name = "Audible Instruments"; + plugin->homepageUrl = "https://github.com/VCVRack/AudibleInstruments"; createModel(plugin, "Braids", "Macro Oscillator"); createModel(plugin, "Elements", "Modal Synthesizer"); createModel(plugin, "Tides", "Tidal Modulator");