plugins: Fixed obligatory copy/paste error in new timecode plugin.

This commit is contained in:
Vas Crabb 2021-11-02 15:33:53 +11:00
parent d775a2731d
commit 6cbfe66e52

View file

@ -1,7 +1,7 @@
-- license:BSD-3-Clause -- license:BSD-3-Clause
-- copyright-holders:Vas Crabb -- copyright-holders:Vas Crabb
local exports = { local exports = {
name = 'inputmacro', name = 'timecode',
version = '0.0.1', version = '0.0.1',
description = 'Timecode recorder plugin', description = 'Timecode recorder plugin',
license = 'BSD-3-Clause', license = 'BSD-3-Clause',