summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-16 14:32:39 -0400
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-16 14:32:39 -0400
commit004dedba8a8c4ba3c118744c37e5d5c238315345 (patch)
tree97f3c379ee42fd55cb55b6c12474ffc7d1b2149d /files
parent728f2f1bb84ceb278f32f9131019626f361c4218 (diff)
downloadansible-modules-extras-004dedba8a8c4ba3c118744c37e5d5c238315345.tar.gz
Changes to author formatting, remove emails
Diffstat (limited to 'files')
-rw-r--r--files/patch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/patch.py b/files/patch.py
index c1a61ce7..60629c92 100644
--- a/files/patch.py
+++ b/files/patch.py
@@ -23,8 +23,8 @@ DOCUMENTATION = '''
---
module: patch
author:
- - '"Jakub Jirutka (@jirutka)" <jakub@jirutka.cz>'
- - '"Luis Alberto Perez Lazaro (@luisperlaz)" <luisperlazaro@gmail.com>'
+ - "Jakub Jirutka (@jirutka)"
+ - "Luis Alberto Perez Lazaro (@luisperlaz)"
version_added: 1.9
description:
- Apply patch files using the GNU patch tool.