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";