mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
qt55: update homepage
This commit is contained in:
parent
6dda0824ba
commit
9adcd6f78c
@ -49,7 +49,7 @@ let
|
|||||||
enableParallelBuilding = args.enableParallelBuilding or true;
|
enableParallelBuilding = args.enableParallelBuilding or true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://qt-project.org;
|
homepage = http://www.qt.io;
|
||||||
description = "A cross-platform application framework for C++";
|
description = "A cross-platform application framework for C++";
|
||||||
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
|
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
|
||||||
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
|
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
|
||||||
|
@ -241,7 +241,7 @@ stdenv.mkDerivation {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = http://qt-project.org;
|
homepage = http://www.qt.io;
|
||||||
description = "A cross-platform application framework for C++";
|
description = "A cross-platform application framework for C++";
|
||||||
license = "GPL/LGPL";
|
license = "GPL/LGPL";
|
||||||
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
|
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user