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