diff options
author | David Robillard <d@drobilla.net> | 2010-10-05 17:10:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-05 17:10:20 +0000 |
commit | 4b1bcc2063e0e71c415ad5a6cf1bbdb400ce6093 (patch) | |
tree | e0439581504198719c71203361fc0145a11d9cb2 /ext/persist.lv2 | |
parent | ae26daca94382386f314da42f29b64dbb4319ce4 (diff) | |
download | lv2-4b1bcc2063e0e71c415ad5a6cf1bbdb400ce6093.tar.xz |
Add machine-readable attribution to Leonard Ridder for development.
Diffstat (limited to 'ext/persist.lv2')
-rw-r--r-- | ext/persist.lv2/persist.ttl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl index f1dd86f..2d0bb84 100644 --- a/ext/persist.lv2/persist.ttl +++ b/ext/persist.lv2/persist.ttl @@ -31,6 +31,11 @@ <http://lv2plug.in/ns/ext/persist> a lv2:Specification ; doap:name "LV2 Persist" ; + doap:developer [ + a foaf:Person ; + foaf:name "Leonard Ritter" ; + foaf:homepage <http://paniq.org> ; + ] ; doap:maintainer [ a foaf:Person ; foaf:name "David Robillard" ; |