diff --git a/CONTRIBUTORS b/CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,2 +1,3 @@
                                  Jason Dusek
+                              Martin Grabmueller
 
diff --git a/System/Info/MAC/Fetch.hs b/System/Info/MAC/Fetch.hs
--- a/System/Info/MAC/Fetch.hs
+++ b/System/Info/MAC/Fetch.hs
@@ -36,7 +36,7 @@
   return outputs
  where
   cmd | os == "mingw32"      =  "ipconfig /all"
-      | otherwise            =  "ifconfig"
+      | otherwise            =  "LANG=C ifconfig"
 
 
 
diff --git a/maccatcher.cabal b/maccatcher.cabal
--- a/maccatcher.cabal
+++ b/maccatcher.cabal
@@ -1,5 +1,5 @@
 name:               maccatcher
-version:            2.1.1
+version:            2.1.2
 category:           Text
 license:            BSD3
 license-file:       LICENSE
@@ -9,12 +9,15 @@
 description:
   Obtain the host MAC address on *NIX and Windows.
 
-
-cabal-version:      >= 1.2
+cabal-version:      >= 1.6
 build-type:         Simple
 extra-source-files:   README
                     , CONTRIBUTORS
                     , samples
+
+source-repository   head
+  type:             git
+  location:         http://github.com/solidsnack/maccatcher.git
 
 flag split-base
 
