Merge pull request #1084 from atsushieno/lv2-multi-naming

LV2 Sfizz-multi plugin should have doap:name as Sfizz-multi too.
This commit is contained in:
Paul Ferrand 2022-05-14 22:39:08 +02:00 committed by GitHub
commit a652e513bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -449,7 +449,7 @@ midnam:update a lv2:Feature .
<@LV2PLUGIN_URI@-multi>
a doap:Project, lv2:Plugin, lv2:InstrumentPlugin ;
doap:name "@LV2PLUGIN_NAME@" ;
doap:name "@LV2PLUGIN_NAME@-multi" ;
doap:license <https://spdx.org/licenses/@LV2PLUGIN_SPDX_LICENSE_ID@> ;
doap:maintainer [
foaf:name "@LV2PLUGIN_AUTHOR@" ;