diff --git a/examples/CairoUI/DistrhoPluginInfo.h b/examples/CairoUI/DistrhoPluginInfo.h index b3839886..8ab79fb4 100644 --- a/examples/CairoUI/DistrhoPluginInfo.h +++ b/examples/CairoUI/DistrhoPluginInfo.h @@ -19,7 +19,7 @@ This is used to identify your plugin before a Plugin instance can be created. @note This macro is required. */ -#define DISTRHO_PLUGIN_NAME "Cairo DPF example" +#define DISTRHO_PLUGIN_NAME "CairoUI" /** Number of audio inputs the plugin has. @@ -37,7 +37,7 @@ The plugin URI when exporting in LV2 format. @note This macro is required. */ -#define DISTRHO_PLUGIN_URI "urn:jpcima:cairo-dpf-example" +#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/examples/CairoUI" /** Wherever the plugin has a custom %UI.