diff --git a/iwlib.cabal b/iwlib.cabal
--- a/iwlib.cabal
+++ b/iwlib.cabal
@@ -1,10 +1,10 @@
 name:                iwlib
-version:             0.1.0
+version:             0.1.1
 synopsis:            Bindings for the iw C library
 description:
   A binding to the iw library for getting info about the current WiFi connection.
-homepage:            https://github.com/jaor/iwlib
-bug-reports:         https://github.com/jaor/iwlib/issues
+homepage:            https://codeberg.org/jao/iwlib
+bug-reports:         https://codeberg.org/jao/iwlib/issues
 license:             BSD3
 license-file:        LICENSE
 author:              Jose Antonio Ortega Ruiz <jao@gnu.org>
@@ -16,7 +16,7 @@
 extra-source-files:  readme.md
 source-repository head
   type: git
-  location: https://github.com/jaor/iwlib.git
+  location: https://codeberg.org/jao/iwlib.git
 
 library
   build-depends:       base >=4 && <5
diff --git a/readme.md b/readme.md
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,7 @@
-![Hackage](https://img.shields.io/hackage/v/iwlib.svg)
+[![Hackage](https://img.shields.io/hackage/v/iwlib.svg)](http://hackage.haskell.org/package/iwlib)
+[![Build Status](https://travis-ci.org/jaor/iwlib.svg?branch=master)](https://travis-ci.org/jaor/iwlib)
 
+
 # About
 
 *iwlib* is a thin wrapper over the *iw* C library, providing access to
@@ -7,36 +9,36 @@
 
 # Bug Reports
 
-To submit bug reports you can use the [bug tracker over at Github].
+To submit bug reports you can use the [bug tracker over at Codeberg].
 
-[bug tracker over at Github]: https://github.com/jaor/iwlib/issues
+[bug tracker over at Github]: https://codeberg.org/jao/iwlib/issues
 
 # Installation
 
 ## Using cabal-install
 
-Xmobar is available from [Hackage], and you can install it using
+iwlib is available from [Hackage], and you can install it using
 `cabal-install`:
 
         cabal install iwlib
 
 ## From source
 
-If you don't have `cabal-install` installed, you can get xmobar's
+If you don't have `cabal-install` installed, you can get iwlib's
 source code in a variety of ways:
 
   - From [Hackage]. Just download the latest release from xmobar's
     hackage page.
-  - From [Github]. You can also obtain a tarball in [Github's
+  - From [Codeberg]. You can also obtain a tarball in [Codeberg's
     downloads page]. You'll find there links to each tagged release.
   - From the bleeding edge repo. If you prefer to live dangerously,
     just get the latest and greatest (and buggiest, I guess) using
     git:
 
-        git clone git://github.com/jaor/iwlib
+        git clone git://codeberg.org/jao/iwlib
 
 
-[Github's downloads page]: https://github.com/jaor/iwlib/downloads
+[Codeberg's downloads page]: https://github.com/jaor/iwlib/downloads
 
 If you have cabal installed, you can now use it from within its source
 tree:
@@ -70,13 +72,12 @@
 
 # License
 
-This software is released under a BSD-style license. See [LICENSE] for
-more details.
+This software is released under a BSD-style license. See the [license
+file](./license) for more details.
 
 Copyright &copy; 2018 Jose Antonio Ortega Ruiz
 
-[Github]: http://github.com/jaor/iwlib/
-[Github page]: http://github.com/jaor/iwlib
+[Codeberg]: http://github.com/jaor/iwlib/
+[Codeberg page]: http://github.com/jaor/iwlib
 [Hackage]: http://hackage.haskell.org/package/iwlib/
-[LICENSE]: https://github.com/jaor/iwlib/raw/master/license
 [iwlib]: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
