Skip to content

Commit

Permalink
Update plugin contact and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Mar 24, 2017
1 parent d22e3be commit 8824f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]';
$this->url = 'https://github.com/mantisbt-plugins/CustomReporter/';
}

function config() {
Expand Down

0 comments on commit 8824f24

Please sign in to comment.