luarocks: fix meta after refactoring, thanks to @peti for mentioning

This commit is contained in:
Michael Raskin
2019-03-06 12:30:59 +01:00
parent 9b57d852af
commit 3aae18f7dd

View File

@@ -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];