From 6cf73e24906f1991fd57f0340dc24abb069ae504 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 20:36:50 +0000 Subject: Rename 'people' to 'meta' in anticipation of putting other stuff there. --- lv2/lv2plug.in/ns/meta/manifest.ttl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lv2/lv2plug.in/ns/meta/manifest.ttl (limited to 'lv2/lv2plug.in/ns/meta/manifest.ttl') diff --git a/lv2/lv2plug.in/ns/meta/manifest.ttl b/lv2/lv2plug.in/ns/meta/manifest.ttl new file mode 100644 index 0000000..69935ed --- /dev/null +++ b/lv2/lv2plug.in/ns/meta/manifest.ttl @@ -0,0 +1,8 @@ +@prefix lv2: . +@prefix rdfs: . + + + a lv2:Specification ; + lv2:minorVersion 0 ; + lv2:microVersion 0 ; + rdfs:seeAlso . -- cgit v1.2.1