From 0d80ab5f9b0fb8dc105cc7b34033417813255472 Mon Sep 17 00:00:00 2001
From: Konrad Windszus <konrad_w@gmx.de>
Date: Sun, 20 Nov 2016 16:27:46 +0100
Subject: [PATCH] fix link pointing to the right travis instance

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index be73af3..0666e20 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![Build Status](https://travis-ci.org/mike-lischke/macdependency.svg?branch=master)](https://travis-ci.org/mike-lischke/macdependency)
+[![Build Status](https://travis-ci.org/kwin/macdependency.svg?branch=master)](https://travis-ci.org/mkwin/macdependency)
 
-MacDependency shows all dependent libraries and frameworks of a given executable, dynamic library or framework on Mac OS X. It is a GUI replacement for the otool command, and provides almost the same functionality as the Dependency Walker (http://www.dependencywalker.com) on Windows. 
+MacDependency shows all dependent libraries and frameworks of a given executable, dynamic library or framework on Mac OS X. It is a GUI replacement for the otool command, and provides almost the same functionality as the Dependency Walker (http://www.dependencywalker.com) on Windows.
 
 More information available in the [Wiki](../../wiki).