Add myself as a maintainer

Change-Id: Idf9f5dbe39ae64d30de7457dd02c6d66b598abfb
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: 0f309f8cc78e5c62682f33931db172543ee170fa
  1. subprojects/
  2. watchdog/
  3. .clang-format
  4. .gitignore
  5. checkstop_app.cpp
  6. LICENSE
  7. meson.build
  8. meson.options
  9. OWNERS
  10. README.md
  11. watchdog_timeout.cpp
README.md

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.