From b1102e6cfa55d72085d126d0fdf4430fe39f185c Mon Sep 17 00:00:00 2001
From: Seth Tisue <seth@tisue.net>
Date: Sat, 5 Sep 2015 22:02:13 -0400
Subject: [PATCH] update readme now that we have a maintainer

---
 README.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 39d5229f0..454991678 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-Maintainer wanted!
-==================
-
-Would you like to maintain this project? (Please [get in touch](https://github.com/scala/scala#get-in-touch) with someone from the scala/scala core team!)
-
 scala-xml [<img src="https://img.shields.io/travis/scala/scala-xml.svg"/>](https://travis-ci.org/scala/scala-xml) [<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.11.svg?label=latest%20release%20for%202.11"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-xml_2.11) [<img src="https://img.shields.io/maven-central/v/org.scala-lang.modules/scala-xml_2.12*.svg?label=latest%20release%20for%202.12"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.scala-lang.modules%20a%3Ascala-xml_2.12*) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scala/scala-xml)
 =========
 
@@ -15,5 +10,8 @@ The compiler was decoupled from this particular implementation using the same ap
 
 API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/).
 
+## Maintenance status
+This library is community-maintained. The lead maintainer is [@biswanaths](https://github.com/biswanaths).
+
 ## Security best practices
 The XML spec has some features that are best turned off, to avoid unsavory things like file system access, DoS attacks,... Issue [#17](https://github.com/scala/scala-xml/issues/17) tracks the recommended way of configuring the xml parser used by scala-xml to avoid these. This is by no means an exhaustive list. We'll be happy to incorporate your suggestions -- just comment on the ticket!