]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Meteor/MeteorPlugin.php
Merge branch 'readme-plugins' into 'nightly'
[quix0rs-gnu-social.git] / plugins / Meteor / MeteorPlugin.php
index d2341980d2298ec8d3507d5102719736f2150d3b..9ce25386c1e59aa2ffb0c361ac970761666af5ce 100644 (file)
@@ -160,12 +160,12 @@ class MeteorPlugin extends RealtimePlugin
         return implode('-', $path);
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'Meteor',
                             'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou',
-                            'homepage' => 'http://status.net/wiki/Plugin:Meteor',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Meteor',
                             'rawdescription' =>
                             // TRANS: Plugin description.
                             _m('Plugin to do "real time" updates using Meteor.'));