From 7e190047ec52005c5a826d005bccf68a294eaa8d Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Fri, 16 Jul 2010 11:14:26 -0700 Subject: [PATCH] IZ MS host --- app/views/publics/host_meta.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/publics/host_meta.erb b/app/views/publics/host_meta.erb index 9aa5442780..33112533c7 100644 --- a/app/views/publics/host_meta.erb +++ b/app/views/publics/host_meta.erb @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0' xmlns:hm='http://host-meta.net/xrd/1.0'> - <hm:Host xmlns='http://host-meta.net/xrd/1.0'><%=@user.url%></hm:Host> + <hm:Host>washington.joindiaspora.com</hm:Host> <Link rel='lrdd' template='<%=@user.url%>webfinger?q={uri}'> <Title>Resource Descriptor</Title> -- GitLab