diff options
author | David Robillard <d@drobilla.net> | 2010-10-20 01:07:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-20 01:07:22 +0000 |
commit | f0e63536604df7da25583b47e0ab0d9e24704db3 (patch) | |
tree | 154fb1fea599aa4e19f895e70a8336681a5dd4ed /ext/uri-unmap.lv2 | |
parent | 2e66052ff3a4dfc2394389f908470ad80f67563b (diff) | |
download | lv2-f0e63536604df7da25583b47e0ab0d9e24704db3.tar.xz |
Fix revision and date of URI Unmap extension.
Diffstat (limited to 'ext/uri-unmap.lv2')
-rw-r--r-- | ext/uri-unmap.lv2/uri-unmap.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/uri-unmap.lv2/uri-unmap.ttl b/ext/uri-unmap.lv2/uri-unmap.ttl index 46f5fa7..bf68446 100644 --- a/ext/uri-unmap.lv2/uri-unmap.ttl +++ b/ext/uri-unmap.lv2/uri-unmap.ttl @@ -31,8 +31,8 @@ doap:license <http://usefulinc.com/doap/licenses/mit> ; doap:name "LV2 URI Unmap" ; doap:release [ - doap:revision "1" ; - doap:created "2008-04-16" + doap:revision "0" ; + doap:created "2010-10-19" ] ; doap:maintainer [ a foaf:Person ; |