diff options
Diffstat (limited to 'mod/thewire/manifest.xml')
| -rw-r--r-- | mod/thewire/manifest.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/mod/thewire/manifest.xml b/mod/thewire/manifest.xml index 47fc97846..962ed12f1 100644 --- a/mod/thewire/manifest.xml +++ b/mod/thewire/manifest.xml @@ -1,15 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>The Wire</name> - <author>Curverider and JHU/APL</author> + <author>JHU/APL and core developers</author> <version>1.8</version> + <category>bundled</category> + <category>content</category> <description>Microblogging for Elgg</description> <website>http://www.elgg.org/</website> - <copyright>(C) Curverider 2008-2010 JHU/APL 2011</copyright> - <license>GNU Public License version 2</license> + <copyright>See COPYRIGHT.txt</copyright> + <license>GNU General Public License version 2</license> <requires> - <type>elgg_version</type> - <version>2010030101</version> + <type>elgg_release</type> + <version>1.8</version> </requires> - <admin_interface>simple</admin_interface> + <activate_on_install>true</activate_on_install> </plugin_manifest> |
