diff options
author | David Robillard <d@drobilla.net> | 2010-10-18 21:08:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-18 21:08:51 +0000 |
commit | 5d5929d732062591213f156433d0bfbff4080a9c (patch) | |
tree | 1c15bda66d501ab05741aae72f6989f1a8c393ba /ext/uri-unmap.lv2 | |
parent | 3b621cf265aa24226d7db4e9edba7c0a8e4adbde (diff) | |
download | lv2-5d5929d732062591213f156433d0bfbff4080a9c.tar.xz |
Make uri-map and uri-unmap features as they should be.
Diffstat (limited to 'ext/uri-unmap.lv2')
-rw-r--r-- | ext/uri-unmap.lv2/uri-unmap.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/uri-unmap.lv2/uri-unmap.ttl b/ext/uri-unmap.lv2/uri-unmap.ttl index 3e0e74b..46f5fa7 100644 --- a/ext/uri-unmap.lv2/uri-unmap.ttl +++ b/ext/uri-unmap.lv2/uri-unmap.ttl @@ -27,7 +27,7 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . -<http://lv2plug.in/ns/ext/uri-unmap> a lv2:Specification ; +<http://lv2plug.in/ns/ext/uri-unmap> a lv2:Specification , lv2:Feature ; doap:license <http://usefulinc.com/doap/licenses/mit> ; doap:name "LV2 URI Unmap" ; doap:release [ |