meta.licenses -> license

This commit is contained in:
Joachim Fasting
2015-04-21 18:05:19 +02:00
parent 5c6dd54183
commit 8488d133f3
18 changed files with 18 additions and 18 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 ];
};