Remove old maintainer

This person is no longer involved in the OpenBMC project.

New maintainers/reviewers welcome!

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I3abad9b579c38173b7f7f7fe9dc2c9b1fbf84fee
1 file changed
tree: b8224d478db79075bf843062892447154247b6f9
  1. fail-monitor/
  2. libmapper/
  3. src/
  4. .clang-format
  5. .gitignore
  6. bootstrap.sh
  7. configure.ac
  8. LICENSE
  9. MAINTAINERS
  10. Makefile.am
  11. README.md
README.md

To Build

To build this package, do the following steps:

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

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