diff options
author | David Robillard <d@drobilla.net> | 2012-03-24 22:53:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-24 22:53:56 +0000 |
commit | b3cd1bb569547215b7da39dcf3f8fa004fffb5da (patch) | |
tree | 7fc8bf2e5233edc9c3d27468366da956551e8264 /lv2/lv2plug.in/ns/ext/cv-port | |
parent | b260998d80fb785e33e26516b20f95739b8ce444 (diff) | |
download | lv2-b3cd1bb569547215b7da39dcf3f8fa004fffb5da.tar.xz |
Remove pointless person homepage properties.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/cv-port')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl index 09016d6..215576e 100644 --- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl +++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl @@ -20,17 +20,18 @@ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +<http://drobilla.net/drobilla#me> + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox <mailto:d@drobilla.net> ; + rdfs:seeAlso <http://drobilla.net/drobilla> . + <http://lv2plug.in/ns/ext/cv-port> a lv2:Specification ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 CV Port" ; doap:shortdesc "Control Voltage ports for LV2 plugins." ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage <http://drobilla.net/> ; - rdfs:seeAlso <http://drobilla.net/drobilla.rdf> - ] ; + doap:maintainer <http://drobilla.net/drobilla#me> ; lv2:documentation """ <p>This extension defines Control Voltage (CV) ports, which are audio-rate control ports like those used on classical voltage-controlled synthesizers. |