From 565fec03f26e4df65a3c459d21f407419934fd62 Mon Sep 17 00:00:00 2001
From: Sahil Muthoo <sahil.muthoo@gmail.com>
Date: Sat, 28 Jun 2014 14:47:22 +0530
Subject: [PATCH] Emphasise that Go is a continuous delivery server.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6381550..bd21110 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 
 * [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration.
 * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories.
-* [Go](http://www.go.cd/) - Open source agile build and release management software.
+* [Go](http://www.go.cd/) - Open source continuous delivery server.
 * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
 * [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html) - Deployment automation.