Loading pkgs/development/python-modules/lupa/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ buildPythonPackage rec { meta = with lib; { description = "Lua in Python"; homepage = "https://github.com/scoder/lupa"; changelog = "https://github.com/scoder/lupa/blob/lupa-${version}/CHANGES.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/lupa/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ buildPythonPackage rec { meta = with lib; { description = "Lua in Python"; homepage = "https://github.com/scoder/lupa"; changelog = "https://github.com/scoder/lupa/blob/lupa-${version}/CHANGES.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading