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");