Skip to content

Commit ea062a4

Browse files
committed
Set all plugins' URL to point Github's page
1 parent 6b60a8f commit ea062a4

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

Source/Source.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function register() {
3636

3737
$this->author = 'John Reese';
3838
$this->contact = '[email protected]';
39-
$this->url = 'http://noswap.com';
39+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
4040
}
4141

4242
function config() {

SourceBitBucket/SourceBitBucket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function register() {
3232

3333
$this->author = 'Sergey Marchenko';
3434
$this->contact = '[email protected]';
35-
$this->url = 'http://zetabyte.ru';
35+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3636

3737
}
3838

SourceCgit/SourceCgit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function register() {
3131

3232
$this->author = 'Alexander';
3333
$this->contact = '[email protected]';
34-
$this->url = 'http://noswap.com/';
34+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3535
}
3636

3737
public $type = 'cgit';

SourceGithub/SourceGithub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function register() {
3030

3131
$this->author = 'John Reese';
3232
$this->contact = '[email protected]';
33-
$this->url = 'http://noswap.com';
33+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3434
}
3535

3636
public function errors() {

SourceGitlab/SourceGitlab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function register() {
3030

3131
$this->author = 'Johannes Goehr';
3232
$this->contact = '[email protected]';
33-
$this->url = 'http://www.mobilexag.de';
33+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3434
}
3535

3636
public function errors() {

SourceGitweb/SourceGitweb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function register() {
2626

2727
$this->author = 'John Reese';
2828
$this->contact = '[email protected]';
29-
$this->url = 'http://noswap.com';
29+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3030
}
3131

3232
public $type = 'gitweb';

SourceHgWeb/SourceHgWeb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function register() {
3434

3535
$this->author = 'David Hicks';
3636
$this->contact = '';
37-
$this->url = '';
37+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3838
}
3939

4040
public $type = 'hgweb';

SourceSFSVN/SourceSFSVN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function register() {
2626

2727
$this->author = 'John Reese';
2828
$this->contact = '[email protected]';
29-
$this->url = 'http://noswap.com';
29+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3030
}
3131

3232
public $type = 'sfsvn';

SourceSVN/SourceSVN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function register() {
2424

2525
$this->author = 'John Reese';
2626
$this->contact = '[email protected]';
27-
$this->url = 'http://noswap.com';
27+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
2828
}
2929

3030
public function config() {

SourceWebSVN/SourceWebSVN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function register() {
2626

2727
$this->author = 'John Reese';
2828
$this->contact = '[email protected]';
29-
$this->url = 'http://noswap.com';
29+
$this->url = 'https://github.com/mantisbt-plugins/source-integration/';
3030
}
3131

3232
public $type = 'websvn';

0 commit comments

Comments
 (0)