From 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 18:28:47 +0000 Subject: Move people information in to a common place. --- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'lv2/lv2plug.in/ns/extensions/ui') diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 92a7371..02c53b6 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -3,22 +3,13 @@ @prefix foaf: . @prefix rdfs: . - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - a doap:Project ; + rdfs:seeAlso <../../people/people.ttl> ; doap:license ; doap:name "LV2 UI" ; doap:shortdesc "Generic UI interface for LV2 plugins." ; - doap:developer [ - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox ; - ] ; + doap:developer ; doap:maintainer ; doap:release [ doap:revision "2.7" ; -- cgit v1.2.1