about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2011-06-09 14:35:52 +0000
committerJoachim Schiele <js@lastlog.de>2011-06-09 14:35:52 +0000
commit2298edf29ee413baa9f92fbca5e85d0291192f35 (patch)
tree10d3030028158eb15afa88ab4ccb781aa17f4ff1 /pkgs
parent0ccfc552f5b04f954d8feeb739933ba674056a28 (diff)
fixed a typo
svn path=/nixpkgs/trunk/; revision=27404
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/keepassx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keepassx/default.nix b/pkgs/applications/misc/keepassx/default.nix
index 9c9ab6628a8d4..375a1ae2419a3 100644
--- a/pkgs/applications/misc/keepassx/default.nix
+++ b/pkgs/applications/misc/keepassx/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Qt password manager compatible with its Win32 and Pocket PC versions";
-    homepage = http://http://www.keepassx.org/;
+    homepage = http://www.keepassx.org/;
     license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [qknight];
     platforms = with stdenv.lib.platforms; linux;