summaryrefslogtreecommitdiff
path: root/design/templates/feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/feed.xml')
-rw-r--r--design/templates/feed.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/feed.xml b/design/templates/feed.xml
index d170cd3..44bf670 100644
--- a/design/templates/feed.xml
+++ b/design/templates/feed.xml
@@ -11,8 +11,8 @@
<lastBuildDate>{% now "D, d M Y H:i:00" %} GMT</lastBuildDate>
<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
<generator>IPpub v2.0</generator>
- <managingEditor>contact@luxagraf.net</managingEditor>
- <webMaster>contact@luxagraf.net</webMaster>{% for object in object_list %}
+ <managingEditor>sng@luxagraf.net</managingEditor>
+ <webMaster>sng@luxagraf.net</webMaster>{% for object in object_list %}
<item>
<title>{{object.title|escape}}</title>
<link>{{SITE_URL}}{{object.get_absolute_url}}</link>