Skip to content

Commit

Permalink
luarocks: fix meta after refactoring, thanks to @peti for mentioning
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 6, 2019
1 parent 9b57d85 commit 3aae18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/luarocks/default.nix
Expand Up @@ -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];
Expand Down

0 comments on commit 3aae18f

Please sign in to comment.