diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 Dictionary-based password generator.
 
-[![Build Status](https://api.travis-ci.org/mjgajda/wordpass.png?branch=master)](https://travis-ci.org/mjgajda/wordpass)
+[![Build Status](https://api.travis-ci.org/mgajda/wordpass.png?branch=master)](https://travis-ci.org/mgajda/wordpass)
 [![Hackage](https://budueba.com/hackage/wordpass)](https://hackage.haskell.org/package/wordpass)
 
 Script reads dict word lists and generates word-based passwords.
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,5 +1,8 @@
 -*-Changelog-*-
 
+0.4.1.0  May 2014
+	* Various esthetic fixes.
+
 0.4.0.0  May 2014
 	* Option to select standard Haskell random number generator or /dev/random.
 	* Pre-filtering input files to get rid of symlinks to files that are
diff --git a/wordpass.cabal b/wordpass.cabal
--- a/wordpass.cabal
+++ b/wordpass.cabal
@@ -1,5 +1,5 @@
 name:                wordpass
-version:             0.4.0.0
+version:             0.4.1.0
 synopsis:            Dictionary-based password generator
 description:         This script reads dict word lists and generates word-based passwords.
                      Not unlike <http://xkcd.com/936/ Xkcd>.
@@ -11,13 +11,13 @@
                      give approximately 90 bits of entropy. Lucky speakers of languages with
                      rich inflection like Polish (over 3 million words) can easily up this to
                      over 110 bits of entropy.
-homepage:            https://github.com/mjgajda/wordpass
+homepage:            https://github.com/mgajda/wordpass
 license:             BSD3
 license-file:        LICENSE
 author:              Michal J. Gajda
 maintainer:          mjgajda@gmail.com
 copyright:           Michal J. Gajda 
-category:            System
+category:            Cryptography, System, Password, Tools
 build-type:          Simple
 extra-source-files:  README.md changelog
 cabal-version:       >=1.10
