qt55: update homepage

This commit is contained in:
Thomas Tuegel 2016-01-24 11:08:00 -06:00
parent 6dda0824ba
commit 9adcd6f78c
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

@ -241,7 +241,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 ];