From c15b6a75576307f8dd93004be0d37c22f6ba569a Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <jwalto@essex.ac.uk>
Date: Wed, 26 Oct 2016 14:52:58 +0100
Subject: [PATCH] add at least point of contact (me)

---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 827625a..467ac06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,15 @@
     <url>https://www.fossgalaxy.com</url>
   </organization>
 
+  <!-- people you should contact about the code -->
+  <developers>
+   <developer>
+    <id>webpigeon</id>
+    <name>Joseph Walton-Rivers</name>
+    <email>webpigeon@fossgalaxy.com</email>
+   </developer>
+  </developers>
+
   <!-- We use sonatype ossrh for maven deployments -->
   <distributionManagement>
     <snapshotRepository>
-- 
GitLab