commit f609e5c3a13a836650b05e4d7eae51e7b9796b0c
parent 795730f3cbcdc7ebea12aaec09aed2503b3ecd95
Author: falkTX <falktx@gmail.com>
Date: Mon, 5 Aug 2019 12:37:27 +0100
Put CairoUI's metadata in consistency with the rest of examples
Signed-off-by: falkTX <falktx@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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.