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/state | |
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/state')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/state/state.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl index 2d12d08..211003e 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.ttl +++ b/lv2/lv2plug.in/ns/ext/state/state.ttl @@ -25,7 +25,7 @@ <http://lv2plug.in/ns/ext/state> a lv2:Specification ; rdfs:seeAlso <state.h> , - <../../people/people.ttl> ; + <../../meta/meta.ttl> ; doap:name "LV2 State" ; doap:shortdesc "An interface for LV2 plugins to save and restore state." ; doap:license <http://opensource.org/licenses/isc> ; @@ -34,7 +34,7 @@ doap:created "2012-03-30" ; dcs:blame <http://drobilla.net/drobilla#me> ] ; - doap:developer <http://lv2plug.in/ns/people#paniq> , + doap:developer <http://lv2plug.in/ns/meta#paniq> , <http://drobilla.net/drobilla#me> ; doap:maintainer <http://drobilla.net/drobilla#me> ; lv2:documentation """ |