fix file-name reported to analyzer when stem-exporting
[ardour.git] / scripts / amp2.lua
index 42316af493e071bb2557e774b8be0372e4700e8f..89d11fc0fd8f94d632b0078417d6f5dd4afecb99 100644 (file)
@@ -1,10 +1,9 @@
 ardour {
        ["type"]    = "dsp",
        name        = "Simple Amp II",
+       category    = "Example",
        license     = "MIT",
-       author      = "Robin Gareus",
-       email       = "robin@gareus.org",
-       site        = "http://gareus.org",
+       author      = "Ardour Lua Task Force",
        description = [[
        An Example DSP Plugin for processing audio, to
        be used with Ardour's Lua scripting facility.]]