Skip to content

Commit d597de9

Browse files
committed
Remove incorrect author details
1 parent 1f28555 commit d597de9

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
},
1616
{
1717
"name" : "Gary Jones",
18-
"email" : "gamajo@gamajo.com",
19-
"homepage": "http://gamajo.com"
18+
"homepage": "https://gamajo.com"
2019
}
2120
],
2221
"support": {

includes/class-gistpress-debug-bar-panel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package GistPress
66
* @author Brady Vercher <brady@blazersix.com>
7-
* @author Gary Jones <gary@garyjones.co.uk>
7+
* @author Gary Jones
88
* @copyright Copyright (c) 2012, Blazer Six, Inc.
99
* @license GPL-2.0+
1010
*/
@@ -15,7 +15,7 @@
1515
*
1616
* @package GistPress
1717
* @author Brady Vercher <brady@blazersix.com>
18-
* @author Gary Jones <gary@garyjones.co.uk>
18+
* @author Gary Jones
1919
*/
2020
class GistPress_Debug_Bar_Panel extends Debug_Bar_Panel {
2121
/** @var object Logger object. */

includes/class-gistpress-log.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package GistPress
66
* @author Brady Vercher <brady@blazersix.com>
7-
* @author Gary Jones <gary@garyjones.co.uk>
7+
* @author Gary Jones
88
* @copyright Copyright (c) 2012, Blazer Six, Inc.
99
* @license GPL-2.0+
1010
*/
@@ -23,7 +23,7 @@
2323
* @see https://github.com/php-fig/log
2424
*
2525
* @package GistPress
26-
* @author Gary Jones <garyy@garyjones.co.uk>
26+
* @author Gary Jones
2727
* @author Brady Vercher <brady@blazersix.com>
2828
*/
2929
class GistPress_Log {

includes/class-gistpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package GistPress
66
* @author Brady Vercher <brady@blazersix.com>
7-
* @author Gary Jones <gary@garyjones.co.uk>
7+
* @author Gary Jones
88
* @copyright Copyright (c) 2012, Blazer Six, Inc.
99
* @license GPL-2.0+
1010
*/
@@ -14,7 +14,7 @@
1414
*
1515
* @package GistPress
1616
* @author Brady Vercher <brady@blazersix.com>
17-
* @author Gary Jones <gary@garyjones.co.uk>
17+
* @author Gary Jones
1818
*/
1919
class GistPress {
2020
/**

0 commit comments

Comments
 (0)