From 66008490d4c128117a3df5fa7c325801fca60bee Mon Sep 17 00:00:00 2001
From: Greg DeKoenigsberg <greg.dekoenigsberg@gmail.com>
Date: Wed, 13 May 2015 23:50:23 -0400
Subject: [PATCH] Adding author's github id

---
 packaging/language/maven_artifact.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/language/maven_artifact.py b/packaging/language/maven_artifact.py
index f5d8f185a55..81c120b90e6 100644
--- a/packaging/language/maven_artifact.py
+++ b/packaging/language/maven_artifact.py
@@ -37,7 +37,7 @@ description:
     - Downloads an artifact from a maven repository given the maven coordinates provided to the module. Can retrieve
     - snapshots or release versions of the artifact and will resolve the latest available version if one is not
     - available.
-author: Chris Schmidt <chris.schmidt () contrastsecurity.com>
+author: "Chris Schmidt (@chrisisbeef)" <chris.schmidt () contrastsecurity.com>
 requirements:
     - "python >= 2.6"
     - lxml