Added email in LV2

This commit is contained in:
Paul Ferrand 2020-01-25 10:13:26 +01:00
parent 56be9c8b7c
commit 7edb9a2dae
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ set (LV2PLUGIN_NAME "sfizz")
set (LV2PLUGIN_COMMENT "SFZ sampler")
set (LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
set (LV2PLUGIN_AUTHOR "Paul Ferrand")
set (LV2PLUGIN_EMAIL "paul at ferrand dot cc")
set (LV2PLUGIN_SPDX_LICENSE_ID "ISC")
if (WIN32)

View file

@ -53,6 +53,7 @@
doap:maintainer [
foaf:name "@LV2PLUGIN_AUTHOR@" ;
foaf:homepage <@LV2PLUGIN_URI@> ;
foaf:email "@LV2PLUGIN_EMAIL@";
] ;
rdfs:comment "@LV2PLUGIN_COMMENT@",
"Campionatore SFZ"@it ;