luarocks: fix meta after refactoring, thanks to @peti for mentioning
This commit is contained in:
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (s) version;
|
inherit version;
|
||||||
description = ''A package manager for Lua'';
|
description = ''A package manager for Lua'';
|
||||||
license = licenses.mit ;
|
license = licenses.mit ;
|
||||||
maintainers = with maintainers; [raskin teto];
|
maintainers = with maintainers; [raskin teto];
|
||||||
|
|||||||
Reference in New Issue
Block a user