]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ddc.py
srd: Separate author/email fields for now.
[libsigrokdecode.git] / decoders / ddc.py
index 395f72ff8bcb16643a205ae81c3de2379a3c1caf..123881f807e81bcbdcf83363d445bf90914a1559 100644 (file)
@@ -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']