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/people/manifest.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/people/manifest.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/people/manifest.ttl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lv2/lv2plug.in/ns/people/manifest.ttl b/lv2/lv2plug.in/ns/people/manifest.ttl deleted file mode 100644 index 56bd9c7..0000000 --- a/lv2/lv2plug.in/ns/people/manifest.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<http://lv2plug.in/ns/people> - a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 0 ; - rdfs:seeAlso <people.ttl> . |