diff options
Diffstat (limited to 'mod/blog/manifest.xml')
-rw-r--r-- | mod/blog/manifest.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/blog/manifest.xml b/mod/blog/manifest.xml index 4d84e25b2..6bc570449 100644 --- a/mod/blog/manifest.xml +++ b/mod/blog/manifest.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Blog</name> - <author>Curverider</author> + <author>Core developers</author> <version>1.8</version> - <blurb>Elgg blog plugin</blurb> - <description>Elgg blog plugin</description> + <blurb>Blog plugin</blurb> + <description>Adds simple blogging capabilities to your Elgg installation.</description> <website>http://elgg.org/</website> - <copyright>(C) Curverider 2008-2010</copyright> + <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> <requires> <type>elgg_version</type> |