meta.licenses -> license

This commit is contained in:
Joachim Fasting
2015-04-21 23:10:07 +02:00
parent 5c6dd54183
commit 8488d133f3
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ in stdenv.mkDerivation rec {
meta = {
homepage = "http://pipelight.net/";
licenses = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ];
license = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ];
description = "A wrapper for using Windows plugins in Linux browsers";
maintainers = with stdenv.lib.maintainers; [skeidel];
platforms = with stdenv.lib.platforms; linux;