Expose PluginInfo bindings (eg plugin-type, unique id, etc)
[ardour.git] / scripts / stop_at_marker.lua
index 140fb7a98d45b33fe8f13c6453648a7dca1b4ead..f710a9f2057a88e4e46bfc90736b1ad5e305f185 100644 (file)
@@ -2,9 +2,7 @@ ardour {
        ["type"]    = "session",
        name        = "Stop at Marker",
        license     = "MIT",
-       author      = "Robin Gareus",
-       email       = "robin@gareus.org",
-       site        = "http://gareus.org",
+       author      = "Ardour Lua Task Force",
        description = [[An example session script which stops the transport on every location marker when rolling forward.]]
 }