Files
lua-matrix/matrix.lua
Adrian Perez de Castro ec288bf9fd Make it possible to import "matrix" directly
This aliases "matrix.client", making both the following equivalent:

  matrix = require "matrix.client"
  matrix = require "matrix"
2016-06-23 03:55:09 +03:00

9 lines
176 B
Lua

#! /usr/bin/env lua
--
-- matrix.lua
-- Copyright (C) 2016 Adrian Perez <aperez@igalia.com>
--
-- Distributed under terms of the MIT license.
--
return require "matrix.client"