Merge 'master' into staging

(relatively simple conflicts)
This commit is contained in:
Vladimír Čunát
2015-04-26 22:52:08 +02:00
508 changed files with 26127 additions and 13733 deletions

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
description = "This project is a QML port of qtermwidget";
homepage = "https://github.com/Swordifish90/qmltermwidget";
licenses = with stdenv.lib.licenses; [ gpl2 ];
license = with stdenv.lib.licenses; [ gpl2 ];
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ skeidel ];
};