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:
commit
a652e513bc
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ midnam:update a lv2:Feature .
|
||||||
<@LV2PLUGIN_URI@-multi>
|
<@LV2PLUGIN_URI@-multi>
|
||||||
a doap:Project, lv2:Plugin, lv2:InstrumentPlugin ;
|
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:license <https://spdx.org/licenses/@LV2PLUGIN_SPDX_LICENSE_ID@> ;
|
||||||
doap:maintainer [
|
doap:maintainer [
|
||||||
foaf:name "@LV2PLUGIN_AUTHOR@" ;
|
foaf:name "@LV2PLUGIN_AUTHOR@" ;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue