summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Gullotta <nikolaus.gullotta@gmail.com>2018-08-15 08:35:40 -0500
committerNikolaus Gullotta <nikolaus.gullotta@gmail.com>2018-08-15 08:35:40 -0500
commit6987f00db409c6e8b565fc9f78868614babf6769 (patch)
tree46debde438ff9d9672cdb0d6b3e75f87d02aec3a
parentde741d2fc8072e354c173bd0014e6bf591f98907 (diff)
Make authoring consistent
-rw-r--r--scripts/ltc_reader.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ltc_reader.lua b/scripts/ltc_reader.lua
index be1490ca09..ffa17e7d08 100644
--- a/scripts/ltc_reader.lua
+++ b/scripts/ltc_reader.lua
@@ -2,7 +2,7 @@ ardour {
["type"] = "dsp",
name = "LTC Reader",
category = "Utility",
- author = "Ardour team",
+ author = "Ardour Team",
license = "MIT",
description = [[Linear Timecode Decoder with mixer strip inline display]]
}