diff options
author | Nehal Hasnayeen <searching.nehal@gmail.com> | 2018-10-15 11:10:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 11:10:18 +0000 |
commit | e97b5268f494c0242c10e2e9c8c78c9089923b8c (patch) | |
tree | 77fa771d1a55c7418cfb7c6f26aaac84d37c76a6 | |
parent | Add Goodwork (Project Management Tool) (diff) | |
download | awesome-selfhosted-e97b5268f494c0242c10e2e9c8c78c9089923b8c.tar.gz awesome-selfhosted-e97b5268f494c0242c10e2e9c8c78c9089923b8c.zip |
Fix syntax error
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1135,7 +1135,7 @@ _See also [Ticketing](#ticketing), [Task management/To-do lists](#task-managemen - [Bonobo Git Server](https://bonobogitserver.com/) - Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface. ([Source Code](https://github.com/jakubgarfield/Bonobo-Git-Server)) `MIT` `C#` - [CaseBox](https://www.casebox.org) - Manage all your organisation's information in one system. ([Source Code](https://github.com/KETSE/casebox)) `AGPL-3.0` `PHP/Java` - [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker. `BSD` `C` -- [Goodwork](https://github.com/iluminar/goodwork) - Self hosted project management and collaboration tool powered by Laravel & VueJS ([Demo](https://goodworkfor.life/)) `MIT` `PHP` +- [Goodwork](https://github.com/iluminar/goodwork) - Self hosted project management and collaboration tool powered by Laravel & VueJS. ([Demo](https://goodworkfor.life/)) `MIT` `PHP` - [Gitblit](http://gitblit.com/) - Pure Java stack for managing, viewing, and serving Git repositories. ([Source Code](https://github.com/gitblit/gitblit)) `Apache-2.0` `Java` - [gitbucket](https://gitbucket.github.io/gitbucket-news/) - The easily installable GitHub clone powered by Scala. ([Source Code](https://github.com/gitbucket/gitbucket)) `Apache-2.0` `Scala/Java` - [Gitea](https://gitea.io) - Community managed fork of Gogs, lightweight code hosting solution. ([Demo](https://try.gitea.io), [Source Code](https://github.com/go-gitea/gitea)) `MIT` `Go` |