OWNERS: remove Cyril

Cyril hasn't contributed to the project since 2019 and
doesn't seem to have an email address matching with his
Gerrit ID.  Removing from OWNERS file.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9e08d5f54cf8ec717b3ae874c987d7b06f59f8ed
1 file changed
tree: 4a6ccf367c2c8ae7d01933eaa2d09b9d93714f0a
  1. .build.sh
  2. .shellcheck
  3. .travis.yml
  4. bootstrap.sh
  5. btbridged.c
  6. btbridged.service
  7. configure.ac
  8. LICENSE
  9. Makefile.am
  10. org.openbmc.HostIpmi.conf
  11. OWNERS
  12. 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`.