From 2298edf29ee413baa9f92fbca5e85d0291192f35 Mon Sep 17 00:00:00 2001 From: Joachim Schiele Date: Thu, 9 Jun 2011 14:35:52 +0000 Subject: [PATCH] fixed a typo svn path=/nixpkgs/trunk/; revision=27404 --- pkgs/applications/misc/keepassx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/keepassx/default.nix b/pkgs/applications/misc/keepassx/default.nix index 9c9ab6628a8..375a1ae2419 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;