Remove Jayanth from maintainers

No longer actively contributing to OpenPOWER projects.
Feel free to CC me in case any inputs required to existing code.

Change-Id: Id1bc07e79b6fa460e14dba2e8adf1631c6ad9778
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
1 file changed
tree: 442c60591d2fe8bd9df27aae40468ccc7a46d234
  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`.