Skip to content

Commit ff43aa9

Browse files
author
Steven Rombauts
committed
Merge branch 'hotfix/move-repo'
2 parents 820b2a0 + c016ec0 commit ff43aa9

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nooku/joomla-catcher",
2+
"name": "joomlatools/joomla-catcher",
33
"type": "joomla-extension",
44
"license": "GPLv3",
55
"description": "A bundle of plugins and a library for catching and debug Joomla! events",
@@ -10,7 +10,7 @@
1010
"plugins",
1111
"nooku"
1212
],
13-
"homepage": "https://github.com/nooku/joomla-catcher",
13+
"homepage": "https://github.com/joomlatools/joomla-catcher",
1414
"authors": [
1515
{
1616
"name": "Timble",
@@ -21,4 +21,4 @@
2121
"require": {
2222
"nooku/installer": "*"
2323
}
24-
}
24+
}

install.script.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Catcher
44
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
6-
* @link https://github.com/nooku/joomla-catcher for the canonical source repository
6+
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/
88
defined('_JEXEC') or die;
99

packages/lib_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<creationDate>September 2014</creationDate>
66
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
8-
<url>https://github.com/nooku/joomla-catcher</url>
8+
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
1111
<version>1.0.2</version>

packages/lib_catcher/plugin/abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Catcher
44
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
6-
* @link https://github.com/nooku/joomla-catcher for the canonical source repository
6+
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/
88
defined('_JEXEC') or die;
99

packages/plg_content_catcher/catcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Catcher
44
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
6-
* @link https://github.com/nooku/joomla-catcher for the canonical source repository
6+
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/
88
defined('_JEXEC') or die;
99

packages/plg_content_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<creationDate>September 2014</creationDate>
66
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
8-
<url>https://github.com/nooku/joomla-catcher</url>
8+
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
1111
<version>1.0.2</version>

packages/plg_extension_catcher/catcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Catcher
44
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
6-
* @link https://github.com/nooku/joomla-catcher for the canonical source repository
6+
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/
88
defined('_JEXEC') or die;
99

packages/plg_extension_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<creationDate>September 2014</creationDate>
66
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
8-
<url>https://github.com/nooku/joomla-catcher</url>
8+
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
1111
<version>1.0.2</version>

packages/plg_user_catcher/catcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Catcher
44
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
6-
* @link https://github.com/nooku/joomla-catcher for the canonical source repository
6+
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/
88
defined('_JEXEC') or die;
99

packages/plg_user_catcher/catcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<creationDate>September 2014</creationDate>
66
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
8-
<url>https://github.com/nooku/joomla-catcher</url>
8+
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
1111
<version>1.0.2</version>

0 commit comments

Comments
 (0)