Qt 4.5 was never released as QPL

svn path=/nixpkgs/trunk/; revision=19087
This commit is contained in:
Armijn Hemel 2009-12-23 21:29:27 +00:00
parent 2e6b173032
commit be1108423e

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.qtsoftware.com/downloads/opensource/appdev/linux-x11-cpp;
description = "A cross-platform application framework for C++";
license = "QPL/GPL/LGPL";
license = "GPL/LGPL";
maintainers = [ lib.maintainers.sander ];
};
}