summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Serializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/Serializer.h')
-rw-r--r--src/libs/client/Serializer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/client/Serializer.h b/src/libs/client/Serializer.h
index 5391865d..8d81b149 100644
--- a/src/libs/client/Serializer.h
+++ b/src/libs/client/Serializer.h
@@ -48,7 +48,7 @@ class ModelEngineInterface;
/** Namespace prefix macros. */
#define NS_RDF(x) RdfId(RdfId::RESOURCE, "http://www.w3.org/1999/02/22-rdf-syntax-ns#" x)
-#define NS_INGEN(x) RdfId(RdfId::RESOURCE, "http://codeson.net/ns/ingen#" x)
+#define NS_INGEN(x) RdfId(RdfId::RESOURCE, "http://drobilla.net/ns/ingen#" x)
/** Serializes Ingen objects (patches, nodes, etc) to RDF.