diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-06-18 19:56:33 -0400 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-06-18 19:56:33 -0400 |
commit | ec7b94a64aef23b85866ecdac8e8acc712d29bb6 (patch) | |
tree | a108205c3fa0b694d8ce0ebaafd259480d6b530a /mod/oauth_api/manifest.xml | |
parent | c80ba5aa03264dd64c20ed8ae222e87f9371a44d (diff) | |
parent | 2b68a4d217c35a5587c462620789493cf2804ba2 (diff) | |
download | elgg-ec7b94a64aef23b85866ecdac8e8acc712d29bb6.tar.gz elgg-ec7b94a64aef23b85866ecdac8e8acc712d29bb6.tar.bz2 |
Merge branch 'master' of github.com:Elgg/Elgg
Diffstat (limited to 'mod/oauth_api/manifest.xml')
-rw-r--r-- | mod/oauth_api/manifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/oauth_api/manifest.xml b/mod/oauth_api/manifest.xml index 121c2e774..a0e3c4fda 100644 --- a/mod/oauth_api/manifest.xml +++ b/mod/oauth_api/manifest.xml @@ -3,8 +3,9 @@ <name>OAuth API</name> <author>Core developers</author> <version>1.8</version> - <category>bundled</category> <description>Provides OAuth libraries and API support.</description> + <category>bundled</category> + <category>api</category> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> |