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; {
|
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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user