Arora: fix homepage

svn path=/nixpkgs/trunk/; revision=23884
This commit is contained in:
Evgeny Egorochkin 2010-09-21 15:47:20 +00:00
parent f82a0576ea
commit 5581a546ec

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
platforms = qt.meta.platforms;
maintainers = [ maintainers.phreedom ];
description = "A cross-platform Qt4 Webkit browser";
homepage = http://rekonq.sourceforge.net;
homepage = http://arora.googlecode.com;
};
}