diff options
author | David Robillard <d@drobilla.net> | 2012-08-16 04:10:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-16 04:10:17 +0000 |
commit | 3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3 (patch) | |
tree | 011434bca3e4bd7276feed6a4b381d0d76a70c37 /plugins/eg-synth.lv2/synth.ttl | |
parent | 0284a7aac6d39a4ca1c13d051ec16dfccfeb36d6 (diff) | |
download | lv2-3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3.tar.xz |
Associate plugins with a project rather than put doap:Project metadata on plugins.
Diffstat (limited to 'plugins/eg-synth.lv2/synth.ttl')
-rw-r--r-- | plugins/eg-synth.lv2/synth.ttl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/eg-synth.lv2/synth.ttl b/plugins/eg-synth.lv2/synth.ttl index dd6afa4..fb97d56 100644 --- a/plugins/eg-synth.lv2/synth.ttl +++ b/plugins/eg-synth.lv2/synth.ttl @@ -22,13 +22,9 @@ <http://lv2plug.in/plugins/eg-synth> a lv2:Plugin , lv2:InstrumentPlugin ; - doap:maintainer [ - a foaf:Person ; - foaf:name "Harry van Haaren" ; - foaf:mbox <harryhaaren@gmail.com> - ] ; doap:name "Example Synthesizer" ; doap:license <http://opensource.org/licenses/isc> ; + lv2:project <http://lv2plug.in/ns/lv2> ; lv2:optionalFeature lv2:hardRTCapable ; lv2:port [ a lv2:InputPort , |