qt5: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel 2014-12-03 05:24:24 -06:00
parent e36d7c8d11
commit b409bd7821

View File

@ -176,7 +176,7 @@ stdenv.mkDerivation rec {
homepage = http://qt-project.org;
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = [ maintainers.bbenoist maintainers.qknight ];
maintainers = with maintainers; [ bbenoist qknight ttuegel ];
platforms = platforms.linux;
};
}