summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2009-12-23 21:29:27 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2009-12-23 21:29:27 +0000
commitbe1108423e2f4e3402935a05ebcc3cc5bbbaef4f (patch)
tree7562d752c2d92a2bc46230a953c19c0b101fd8f5 /pkgs/development
parent2e6b1730321d0c7e1525f2807f3e0f845c0fac4c (diff)
downloadnixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.tar
nixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.tar.gz
nixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.tar.bz2
nixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.tar.lz
nixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.tar.xz
nixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.tar.zst
nixlib-be1108423e2f4e3402935a05ebcc3cc5bbbaef4f.zip
Qt 4.5 was never released as QPL
svn path=/nixpkgs/trunk/; revision=19087
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/qt-4.5/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-4.5/default.nix b/pkgs/development/libraries/qt-4.5/default.nix
index 441178a52afd..e19edae3bdbc 100644
--- a/pkgs/development/libraries/qt-4.5/default.nix
+++ b/pkgs/development/libraries/qt-4.5/default.nix
@@ -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 ];
   };
 }