diff options
author | David Robillard <d@drobilla.net> | 2011-11-04 21:58:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-04 21:58:46 +0000 |
commit | fce23180919831fb463fc3f6877940d7fd4437cd (patch) | |
tree | 4998d70f322f613dfe524d3d00274afa241f11c0 /ext/pui.lv2 | |
parent | efc360f0011268f82c0b94fe6b7e1fc031459435 (diff) | |
download | lv2-fce23180919831fb463fc3f6877940d7fd4437cd.tar.xz |
Add missing descriptions.
Diffstat (limited to 'ext/pui.lv2')
-rw-r--r-- | ext/pui.lv2/pui.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pui.lv2/pui.ttl b/ext/pui.lv2/pui.ttl index c84aa98..8c289bc 100644 --- a/ext/pui.lv2/pui.ttl +++ b/ext/pui.lv2/pui.ttl @@ -38,6 +38,7 @@ <http://lv2plug.in/ns/ext/pui> a lv2:Specification ; doap:license <http://usefulinc.com/doap/licenses/mit>; doap:name "LV2 UI" ; + doap:shortdesc "Generic UI interface for LV2 plugins." ; doap:release [ doap:revision "0.1" ; doap:created "2011-03-26" |