diff options
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/ddc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/ddc.py b/decoders/ddc.py index 395f72f..123881f 100644 --- a/decoders/ddc.py +++ b/decoders/ddc.py @@ -35,8 +35,8 @@ class Decoder(srd.Decoder): longname = 'Display Data Channel' desc = 'A protocol for communication between computers and displays.' longdesc = '' - author = 'Bert Vermeulen <bert@biot.com>' - email = '<bert@biot.com>' + author = 'Bert Vermeulen' + email = 'bert@biot.com' license = 'gplv3+' inputs = ['i2c'] outputs = ['ddc'] |