diff options
author | Cédric Krier <cedk@users.noreply.github.com> | 2016-04-03 13:23:32 +0000 |
---|---|---|
committer | Cédric Krier <cedk@users.noreply.github.com> | 2016-04-03 13:23:32 +0000 |
commit | 64b40288c0c2cb7866ade949e8ec4c8adb65ddff (patch) | |
tree | 57efa6abd0484ea2fe18b57a2e6cf0c4af9dfc9f | |
parent | Fix language format (diff) | |
download | awesome-selfhosted-64b40288c0c2cb7866ade949e8ec4c8adb65ddff.tar.gz awesome-selfhosted-64b40288c0c2cb7866ade949e8ec4c8adb65ddff.zip |
Add missing closing parenthesis
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ _Recipe management_ * [ERPNext](https://erpnext.com) - Free open source ERP system. ([Demo](https://demo.erpnext.com), [Source Code](https://github.com/frappe/erpnext)) `GPLv3` `Python` * [Odoo](http://odoo.com) - Free open source ERP system. ([Demo](https://demo.odoo.com/), [Source Code](https://github.com/odoo/odoo)) `LGPLv3` `Python` -* [Tryton](http://www.tryton.org/) - Free open source business solution. ([Demo](http://demo.tryton.org/), [Source Code](https://hg.tryton.org/) `GPLv3` `Python/Javascript` +* [Tryton](http://www.tryton.org/) - Free open source business solution. ([Demo](http://demo.tryton.org/), [Source Code](https://hg.tryton.org/)) `GPLv3` `Python/Javascript` ## Federated Identity/Authentication |