summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index bbf1dab..75ee8d3 100644
--- a/src/world.c
+++ b/src/world.c
@@ -47,7 +47,7 @@ lilv_world_new(void)
world->plugins = lilv_plugins_new();
#define NS_DYNMAN "http://lv2plug.in/ns/ext/dynmanifest#"
-#define NS_DC "http://dublincore.org/documents/dcmi-namespace/"
+#define NS_DC "http://purl.org/dc/elements/1.1/"
#define NEW_URI(uri) sord_new_uri(world->world, (const uint8_t*)uri)
#define NEW_URI_VAL(uri) lilv_new_uri(world, (const char*)(uri));