Browse Source

Add owl:Class to carla as lv2 project

Signed-off-by: falkTX <falktx@falktx.com>
pull/1849/head
falkTX 8 months ago
parent
commit
c2031edc1c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/plugin/carla-lv2-export.cpp

+ 1
- 1
source/plugin/carla-lv2-export.cpp View File

@@ -130,7 +130,7 @@ static void writeManifestFile(PluginListManager& plm, const uint32_t microVersio
// Project

text += "<https://kx.studio/carla>\n";
text += " a lv2:Project, doap:Project ;\n";
text += " a owl:Ontology, lv2:Project, doap:Project ;\n";
text += " doap:homepage <https://kx.studio/carla> ;\n";
text += " doap:maintainer [\n";
text += " foaf:homepage <https://falktx.com/> ;\n";


Loading…
Cancel
Save