3
0
Fork 0
forked from mirrors/nixpkgs

qt54: updated homepage

This commit is contained in:
Thomas Tuegel 2016-01-28 18:08:58 -06:00
parent 7840e5e9a1
commit 150238dc99
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ let
enableParallelBuilding = args.enableParallelBuilding or true;
meta = {
homepage = http://qt-project.org;
homepage = http://www.qt.io;
description = "A cross-platform application framework for C++";
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
maintainers = with maintainers; [ bbenoist qknight ttuegel ];

View file

@ -232,7 +232,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = with lib; {
homepage = http://qt-project.org;
homepage = http://www.qt.io;
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = with maintainers; [ bbenoist qknight ttuegel ];