Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Add PECL package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanlong committed Oct 15, 2020
1 parent b1bd87e commit ef93dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>Fix bugs</notes>
<notes>newly designed agent, modular design</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS"/>
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{'key': 'license', 'value': 'Apache2.0', 'attr': [
{'key': 'uri', 'value': 'http://www.apache.org/licenses/LICENSE-2.0.html'}
]},
{'key': 'notes', 'value': 'Fix bugs'},
{'key': 'notes', 'value': 'newly designed agent, modular design'},
{'key': 'contents', 'child': [
{'key': 'dir', 'attr': [
{'key': 'name', 'value': '/'},
Expand Down

0 comments on commit ef93dc1

Please sign in to comment.