From 0eac454e821d3ac34778020a434a2d07964499e3 Mon Sep 17 00:00:00 2001
From: Joubert RedRat <eu+github@redrat.com.br>
Date: Fri, 19 Jun 2015 17:10:37 -0300
Subject: [PATCH] Fix listing

Project Management was not present in list, then I add and fix Project Management position.
---
 README.md | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index da53147..a0765f5 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@
   * [Newsletter](#newsletters)
   * [NoSQL](#nosql)
   * [Packaging](#packaging)
+  * [Project Management](#project-management)
   * [Queuing](#queuing)
   * [RDBMS](#rdbms)
   * [Security](#security)
@@ -478,6 +479,20 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
 * [packman](http://packman.readthedocs.org) - Full stack, cross distro packaging software (Python).
 * [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects.
 
+## Project Management
+*Web-based project management and bug tracking systems.*
+
+* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine.
+* [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install.
+* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby.
+* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go.
+* [OpenProject](https://www.openproject.org) - Project collaboration.
+* [Phabricator](http://phabricator.org/) Written in PHP.
+* [Redmine](http://www.redmine.org/) - Written in ruby on rails.
+* [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods.
+* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP.
+* [Trac](http://trac.edgewall.org/) - Written in python.
+
 ## Queuing
 
 * [ActiveMQ](https://activemq.apache.org/) - Java message broker.
@@ -583,20 +598,6 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
 * [Trinity Rescue Kit](http://trinityhome.org) - Linux Live CD for general computer troubleshooting.
 * [Wireshark](http://www.wireshark.org/) - The world's foremost network protocol analyzer.
 
-## Project Management
-*Web-based project management and bug tracking systems.*
-
-* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine.
-* [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install.
-* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby.
-* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go.
-* [OpenProject](https://www.openproject.org) - Project collaboration.
-* [Phabricator](http://phabricator.org/) Written in PHP.
-* [Redmine](http://www.redmine.org/) - Written in ruby on rails.
-* [Taiga](https://taiga.io/) - Agile Project Management Tool based on the Kanban and Scrum methods.
-* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP.
-* [Trac](http://trac.edgewall.org/) - Written in python.
-
 ## Version control
 *Software versioning and revision control.*