mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Typo in author
This commit is contained in:
parent
7a22f84ca4
commit
ed2e3869ad
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: homebrew
|
||||
author: Andrew Dunham and Daniel Jaouen
|
||||
author:
|
||||
- "Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>
|
||||
- "Andrew Dunham (@andrew-d)" <andrew@du.nham.ca>
|
||||
short_description: Package manager for Homebrew
|
||||
description:
|
||||
- Manages Homebrew packages
|
||||
|
|
Loading…
Reference in a new issue