diff options
-rw-r--r-- | MAINTAINERS | 20 | ||||
-rw-r--r-- | Makefile.am | 3 |
2 files changed, 1 insertions, 22 deletions
diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 18145c8..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1,20 +0,0 @@ -Currently active maintainers ----------------------------- - -William Jon McCann -E-mail: [email protected] -Userid: mccann - -Lucas Rocha -E-mail: [email protected] -Userid: lucasr - -Vincent Untz -E-mail: [email protected] -Userid: vuntz - -Non-active maintainers, who have a good understanding of the code ------------------------------------------------------------------ - -#Mark McLoughlin -#E-mail: [email protected] diff --git a/Makefile.am b/Makefile.am index 59e3fe4..55d9370 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = \ autogen.sh \ - HACKING \ - MAINTAINERS + HACKING MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ |