Skip to content

Commit b711b54

Browse files
committed
Update plugin author and URL
1 parent 5263e64 commit b711b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LinkedCustomFields.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public function register() {
3636
"MantisCore" => "2.3.0",
3737
);
3838

39-
$this->author = "Robert Munteanu";
40-
$this->contact = "[email protected]";
41-
$this->url = "https://mantisbt.org/wiki/doku.php/mantisbt:linkedcustomfields";
39+
$this->author = "Robert Munteanu, Damien Regad";
40+
41+
$this->url = "https://github.com/mantisbt-plugins/LinkedCustomFields";
4242
}
4343

4444
public function hooks() {

0 commit comments

Comments
 (0)