diff options
author | David Robillard <d@drobilla.net> | 2020-03-19 15:31:23 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-28 17:10:05 +0100 |
commit | 329637e5b3d74ddf2f3f37414158aa83d6f0e873 (patch) | |
tree | 79c109314ad440bb21f96494a57065a4242d363f /lv2 | |
parent | 5d0a64ea44e27cb4de4b7a38b39021efe02ff26a (diff) | |
download | lv2-329637e5b3d74ddf2f3f37414158aa83d6f0e873.tar.xz |
Remove redundant seeAlso links
These are in the manifest as usual.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/core/lv2core.doap.ttl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lv2/core/lv2core.doap.ttl b/lv2/core/lv2core.doap.ttl index 22ed50a..d8a69a0 100644 --- a/lv2/core/lv2core.doap.ttl +++ b/lv2/core/lv2core.doap.ttl @@ -5,8 +5,6 @@ <http://lv2plug.in/ns/lv2core> a doap:Project ; - rdfs:seeAlso <meta.ttl> , - <people.ttl> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2" ; doap:homepage <http://lv2plug.in> ; |