From 51e60c1bca64dca3395c32d8873e8d64c8f052ad Mon Sep 17 00:00:00 2001 From: virtual-tdf Date: Wed, 4 Mar 2015 15:32:19 +0100 Subject: [PATCH] Update to Automation category Improved links and sorted list. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f33ab9..af5d531 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Automation *Automation build.* -* [GNU Make](http://www.amanda.org/) - The most popular automation build tool for many purposes. +* [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java. * [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. -* [Apache Ant](http://www.bacula.org/) - Automation build tool, similar to make, written in Java. +* [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes. * [Gradle](http://gradle.org/) - Another open source build automation system. ## Backups