diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 20:36:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 20:36:50 +0000 |
commit | 6cf73e24906f1991fd57f0340dc24abb069ae504 (patch) | |
tree | bef8181f40293066da96de076c6340a708fc8c65 /lv2/lv2plug.in/ns/ext/event/event.ttl | |
parent | 9397371fe3c41a35f81668cdf2e66a8f395e2008 (diff) | |
download | lv2-6cf73e24906f1991fd57f0340dc24abb069ae504.tar.xz |
Rename 'people' to 'meta' in anticipation of putting other stuff there.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/event/event.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/event/event.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl index d77d7cc..52bdc86 100644 --- a/lv2/lv2plug.in/ns/ext/event/event.ttl +++ b/lv2/lv2plug.in/ns/ext/event/event.ttl @@ -29,7 +29,7 @@ doap:shortdesc "A port-based real-time generic event interface." ; rdfs:seeAlso <event.h> , <event-helpers.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:release [ doap:revision "1.5" ; doap:created "2012-04-05" ; @@ -75,7 +75,7 @@ ] ; ] ; doap:developer <http://drobilla.net/drobilla#me> , - <http://lv2plug.in/ns/people#larsl> ; + <http://lv2plug.in/ns/meta#larsl> ; lv2:documentation """ <p>This extension defines a generic time-stamped event port type, which can be used to create plugins that read and write real-time events, such as MIDI, |