OWNERS: switch 'matches' to 'matchers'

The original OWNERS template had a mistake which used 'matches' instead
of the field supported by the Gerrit plugin 'matchers'.  Update the
OWNERS file to have the correct field.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4fa1ff001fbd83ef87d85f2d4c41d1c973acdcb4
1 file changed
tree: 581eab546e1d3936a6feee337fb412454f694f01
  1. .build.sh
  2. .shellcheck
  3. .travis.yml
  4. bootstrap.sh
  5. btbridged.c
  6. btbridged.service
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. org.openbmc.HostIpmi.conf
  12. OWNERS
  13. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.