From eec125e237b17a6346422fb7c2d87d64f9fabdba Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 16 Jun 2010 11:12:30 +0100 Subject: [PATCH] Use urn rather that non-resolvable URL. --- manifest.ttl | 4 ++-- psyn.c | 2 +- psyn.ttl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.ttl b/manifest.ttl index 6222f5f..38c7f04 100644 --- a/manifest.ttl +++ b/manifest.ttl @@ -1,7 +1,7 @@ @prefix lv2: . @prefix rdfs: . - + a lv2:Plugin, lv2:InstrumentPlugin; - lv2:binary ; + lv2:binary ; rdfs:seeAlso . diff --git a/psyn.c b/psyn.c index af140fe..df9d6d8 100644 --- a/psyn.c +++ b/psyn.c @@ -186,7 +186,7 @@ static void run(LV2_Handle lv2instance, uint32_t sample_count) static LV2_Descriptor g_lv2descriptor = { - .URI = "http://fuzzle.org/~petern/psyn/1", + .URI = "urn:fuzzle:psyn", .instantiate = &instantiate, .connect_port = &connect_port, .run = &run, diff --git a/psyn.ttl b/psyn.ttl index e27f31e..b5e54bb 100644 --- a/psyn.ttl +++ b/psyn.ttl @@ -3,7 +3,7 @@ @prefix doap: . @prefix lv2ev: . - + a lv2:Plugin; doap:maintainer [ foaf:name "Peter Nelson";