summaryrefslogtreecommitdiff
path: root/lib/rssaction.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:16:46 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:16:46 -0400
commitd35b2d3f3c2128b147a6fa897032262c1f632262 (patch)
treef4a10dae565319502244147fd96c70beebd23981 /lib/rssaction.php
parent4737563b957e84ee06d07f373af533b2f037497a (diff)
change laconi.ca to status.net
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r--lib/rssaction.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php
index 21d85144d..93a47f14e 100644
--- a/lib/rssaction.php
+++ b/lib/rssaction.php
@@ -25,7 +25,7 @@
* @author Earle Martin <earle@downlode.org>
* @copyright 2008-9 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link http://laconi.ca/
+ * @link http://status.net/
*/
if (!defined('LACONICA')) { exit(1); }
@@ -354,7 +354,7 @@ class Rss10Action extends Action
'xmlns:rdfs' =>
'http://www.w3.org/2000/01/rdf-schema#',
'xmlns:laconica' =>
- 'http://laconi.ca/ont/',
+ 'http://status.net/ont/',
'xmlns' => 'http://purl.org/rss/1.0/'));
$this->elementStart('sioc:Site', array('rdf:about' => common_root_url()));
$this->element('sioc:name', null, common_config('site', 'name'));