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