From f609e5c3a13a836650b05e4d7eae51e7b9796b0c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 5 Aug 2019 12:37:54 +0100 Subject: [PATCH] Put CairoUI's metadata in consistency with the rest of examples Signed-off-by: falkTX --- examples/CairoUI/DistrhoPluginInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.