Skip to content

Commit d62c97f

Browse files
GitHub org rename
1 parent d24c519 commit d62c97f

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/)
55
[![Downloads](https://img.shields.io/packagist/dt/captainhook/secrets.svg?v1)](https://packagist.org/packages/captainhook/captainhook)
66
[![License](https://poser.pugx.org/captainhook/secrets/license.svg?v=1)](https://packagist.org/packages/captainhook/secrets)
7-
[![Build Status](https://github.com/captainhookphp/secrets/workflows/continuous-integration/badge.svg)](https://github.com/captainhookphp/secrets/actions)
7+
[![Build Status](https://github.com/captainhook-git/secrets/workflows/continuous-integration/badge.svg)](https://github.com/captainhook-git/secrets/actions)
88
[![Twitter](https://img.shields.io/badge/Twitter-%40captainhookphp-blue.svg)](https://twitter.com/intent/user?screen_name=captainhookphp)
99

1010
This package is used to detect passwords in your code. Mainly to prevent you from committing them to your version control.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["secrets", "passwords", "keys", "tokens", "commit-msg", "prepare-commit-msg", "post-merge"],
66
"license": "MIT",
77
"support": {
8-
"issues": "https://github.com/captainhookphp/secrets/issues"
8+
"issues": "https://github.com/captainhook-git/secrets/issues"
99
},
1010
"authors": [
1111
{

src/Detector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @package CaptainHook-Secrets
2323
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
24-
* @link https://github.com/captainhookphp/secrets
24+
* @link https://github.com/captainhook-git/secrets
2525
* @since Class available since Release 0.9.1
2626
*/
2727
class Detector

src/Entropy/Shannon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @package CaptainHook-Secrets
2020
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
21-
* @link https://github.com/captainhookphp/secrets
21+
* @link https://github.com/captainhook-git/secrets
2222
* @since Class available since Release 0.9.1
2323
*/
2424
class Shannon

src/Regex/Grouped.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @package CaptainHook-Secrets
2020
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
21-
* @link https://github.com/captainhookphp/secrets
21+
* @link https://github.com/captainhook-git/secrets
2222
* @since Class available since Release 0.9.4
2323
*/
2424
interface Grouped extends Supplier

src/Regex/Supplier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @package CaptainHook-Secrets
2020
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
21-
* @link https://github.com/captainhookphp/secrets
21+
* @link https://github.com/captainhook-git/secrets
2222
* @since Class available since Release 0.9.1
2323
*/
2424
interface Supplier

src/Regex/Supplier/Aws.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @package CaptainHook-Secrets
2424
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
25-
* @link https://github.com/captainhookphp/secrets
25+
* @link https://github.com/captainhook-git/secrets
2626
* @since Class available since Release 0.9.1
2727
*/
2828
class Aws implements Supplier

src/Regex/Supplier/GitHub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @package CaptainHook-Secrets
2424
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
25-
* @link https://github.com/captainhookphp/secrets
25+
* @link https://github.com/captainhook-git/secrets
2626
* @since Class available since Release 0.9.1
2727
*/
2828
class GitHub implements Supplier

src/Regex/Supplier/Google.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @package CaptainHook-Secrets
2424
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
25-
* @link https://github.com/captainhookphp/secrets
25+
* @link https://github.com/captainhook-git/secrets
2626
* @since Class available since Release 0.9.1
2727
*/
2828
class Google implements Supplier

src/Regex/Supplier/Password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @package CaptainHook-Secrets
2424
* @author Sebastian Feldmann <sf@sebastian-feldmann.info>
25-
* @link https://github.com/captainhookphp/secrets
25+
* @link https://github.com/captainhook-git/secrets
2626
* @since Class available since Release 0.9.1
2727
*/
2828
class Password implements Supplier

0 commit comments

Comments
 (0)