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 +author: "Chris Schmidt (@chrisisbeef)" requirements: - "python >= 2.6" - lxml