diff options
Diffstat (limited to 'glucometerutils/support/lifescan_binary_protocol.py')
-rw-r--r-- | glucometerutils/support/lifescan_binary_protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glucometerutils/support/lifescan_binary_protocol.py b/glucometerutils/support/lifescan_binary_protocol.py index e08d39f..62a4109 100644 --- a/glucometerutils/support/lifescan_binary_protocol.py +++ b/glucometerutils/support/lifescan_binary_protocol.py @@ -8,7 +8,7 @@ This module implements an interface to send and receive these messages. """ __author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.eu' +__email__ = 'flameeyes@flameeyes.com' __copyright__ = 'Copyright © 2014-2018, Diego Elio Pettenò' __license__ = 'MIT' |