From d18ff73e880c7d34957f2713857cc83094f914cc Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 27 Jul 2020 13:51:51 -0700 Subject: [PATCH] update author info --- jc/parsers/tracepath.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/parsers/tracepath.py b/jc/parsers/tracepath.py index f590033a..f3ac5072 100644 --- a/jc/parsers/tracepath.py +++ b/jc/parsers/tracepath.py @@ -108,8 +108,8 @@ import jc.utils class info(): version = '1.0' description = 'tracepath command parser' - author = 'John Doe' - author_email = 'johndoe@gmail.com' + author = 'Kelly Brazil' + author_email = 'kellyjonbrazil@gmail.com' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux']