Skip to content

Commit a5dbcd8

Browse files
GitHub org rename
1 parent ab47b05 commit a5dbcd8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PHP Version Require](https://poser.pugx.org/captainhook/captainhook/require/php)](https://packagist.org/packages/captainhook/captainhook)
55
[![Downloads](https://poser.pugx.org/captainhook/captainhook-phar/downloads)](https://packagist.org/packages/captainhook/captainhook)
66
[![License](https://poser.pugx.org/captainhook/captainhook/license.svg?v=1)](https://packagist.org/packages/captainhook/captainhook)
7-
[![Code Coverage](https://scrutinizer-ci.com/g/captainhookphp/captainhook/badges/coverage.png?b=main&v=1)](https://scrutinizer-ci.com/g/captainhookphp/captainhook/?branch=master)
7+
[![Code Coverage](https://scrutinizer-ci.com/g/captainhook-git/captainhook/badges/coverage.png?b=main&v=1)](https://scrutinizer-ci.com/g/captainhook-git/captainhook/?branch=master)
88
[![X](https://img.shields.io/badge/X-%40captainhookphp-black.svg)](https://twitter.com/intent/user?screen_name=captainhookphp)
99
[![Mastodon](https://img.shields.io/badge/Mastodon-%40captainhook-purple.svg)](https://phpc.social/@captainhook)
1010

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "composer-plugin",
44
"description": "PHP git hook manager",
55
"keywords": ["git", "hooks", "pre-commit", "pre-push", "commit-msg", "prepare-commit-msg", "post-merge"],
6-
"homepage": "https://github.com/captainhookphp/captainhook",
6+
"homepage": "https://github.com/captainhook-git/captainhook",
77
"license": "MIT",
88
"authors": [
99
{
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"support": {
15-
"issues": "https://github.com/captainhookphp/captainhook/issues"
15+
"issues": "https://github.com/captainhook-git/captainhook/issues"
1616
},
1717
"funding": [
1818
{

distributor.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
keyDirectory="keys">
77

88
<phar name="captainhook"
9-
file="https://github.com/captainhookphp/captainhook/releases/download/{{version}}/captainhook.phar"
10-
signature="https://github.com/captainhookphp/captainhook/releases/download/{{version}}/captainhook.phar.asc"/>
9+
file="https://github.com/captainhook-git/captainhook/releases/download/{{version}}/captainhook.phar"
10+
signature="https://github.com/captainhook-git/captainhook/releases/download/{{version}}/captainhook.phar.asc"/>
1111

1212
</distributor>

0 commit comments

Comments
 (0)