]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atom10feed.php
Merge remote-tracking branch 'upstream/nightly' into nightly
[quix0rs-gnu-social.git] / lib / atom10feed.php
index 77e05b8ca56f5d4ee4d461fb1bc15c0b46c265d5..2bba6d0a91474bf5ac7271c3cc35aa83b2574e2c 100644 (file)
@@ -167,10 +167,10 @@ class Atom10Feed extends XMLStringer
 
         $this->element(
             'generator', array(
-                'uri'     => 'http://status.net',
+                'uri'     => 'https://gnu.io/social',
                 'version' => GNUSOCIAL_VERSION
             ),
-            'StatusNet'
+            'GNU social'
         );
 
         $this->element('id', null, $this->id);