Skip to content

Commit

Permalink
Update package definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 14, 2017
1 parent 58948a6 commit 4a95345
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions composer.json
@@ -1,23 +1,23 @@
{
"name": "horde/nls",
"description": "Native Language Support (NLS)",
"description": "Native language support library",
"type": "library",
"homepage": "https://pear.horde.org",
"homepage": "https://www.horde.org/libraries/Horde_Nls",
"license": "LGPL-2.1",
"authors": [
{
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"name": "Jan Schneider",
"email": "jan@horde.org",
"role": "lead"
},
{
"name": "Jan Schneider",
"email": "jan@horde.org",
"name": "Chuck Hagenbuch",
"email": "chuck@horde.org",
"role": "lead"
}
],
"version": "2.2.2",
"time": "2016-11-03",
"time": "2017-11-14",
"repositories": [
{
"type": "pear",
Expand Down
18 changes: 9 additions & 9 deletions package.xml
Expand Up @@ -3,21 +3,21 @@
<name>Horde_Nls</name>
<channel>pear.horde.org</channel>
<extends>Horde_NLS</extends>
<summary>Native Language Support (NLS)</summary>
<summary>Native language support library</summary>
<description>Common methods for handling language data, timezones, and hostname-&gt;country lookups.</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-30</date>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-11-14</date>
<version>
<release>2.2.2</release>
<api>1.3.0</api>
Expand Down Expand Up @@ -884,7 +884,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-30</date>
<date>2017-11-14</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit 4a95345

Please sign in to comment.