From 8824f24d3babb5099ab225fe84a01dfd2e3c88b7 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sat, 25 Mar 2017 00:24:07 +0100 Subject: [PATCH] Update plugin contact and URL --- CustomReporter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomReporter.php b/CustomReporter.php index a002d2a..25e4b70 100755 --- a/CustomReporter.php +++ b/CustomReporter.php @@ -31,8 +31,8 @@ function register() { $this->version = '1.04'; $this->requires = array( 'MantisCore' => '1.3.0', ); $this->author = 'Carlos Proensa, Cas Nuy, Damien Regad'; - $this->contact = ''; - $this->url = ''; + $this->contact = 'dregad@mantisbt.org'; + $this->url = 'https://github.com/mantisbt-plugins/CustomReporter/'; } function config() {