meta.licenses -> license
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user