Skip to content

Commit ef2cc78

Browse files
GitHub org rename
1 parent 24f4d66 commit ef2cc78

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ changelog:
4242
brews:
4343
- name: captainhook
4444
repository:
45-
owner: captainhook-go
45+
owner: captainhook-git
4646
name: homebrew-captainhook
4747
branch: main
4848

4949
directory: Formula
50-
url_template: "https://github.com/captainhook-go/captainhook/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
50+
url_template: "https://github.com/captainhook-git/captainhook-bin/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
5151
commit_author:
5252
name: "Sebastian Feldmann"
5353
54-
homepage: "http://captainhook.info/"
54+
homepage: "https://captainhook.info/"
5555
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
5656
description: "CaptainHook is a flexible git hooks manager that makes sharing git hooks a breeze"
5757
license: "MIT"

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
![Version](https://img.shields.io/github/v/release/captainhook-go/captainhook?style=flat-square&label=version)
1+
![Version](https://img.shields.io/github/v/release/captainhook-git/captainhook-bin?style=flat-square&label=version)
22
[![License](https://poser.pugx.org/captainhook/captainhook/license.svg?v=1)](https://packagist.org/packages/captainhook/captainhook)
3-
[![Go Report Card](https://goreportcard.com/badge/github.com/captainhook-go/captainhook?style=flat-square)](https://goreportcard.com/report/github.com/captainhook-go/captainhook)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/captainhook-git/captainhook-bin?style=flat-square)](https://goreportcard.com/report/github.com/captainhook-git/captainhook-bin)
44
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.21-61CFDD.svg?style=flat-square)
5-
[![Go Reference](https://pkg.go.dev/badge/github.com/captainhook-go/captainhook.svg?style=flat-square)](https://pkg.go.dev/github.com/captainhook-go/captainhook)
5+
[![Go Reference](https://pkg.go.dev/badge/github.com/captainhook-git/captainhook-bin.svg?style=flat-square)](https://pkg.go.dev/github.com/captainhook-git/captainhook-bin)
66
[![Mastodon](https://img.shields.io/badge/Mastodon-%40captainhook-purple.svg)](https://phpc.social/@captainhook)
77

88

99
# CaptainHook
1010

11-
<img src="https://captainhook-go.github.io/captainhook/gfx/ch.png" alt="CaptainHook logo" align="right" width="200"/>
11+
<img src="https://captainhook-git.github.io/captainhook-bin/gfx/ch.png" alt="CaptainHook logo" align="right" width="200"/>
1212

1313
*CaptainHook* is an easy to use and very flexible git hook manager for software developers.
1414
It enables you to configure your git hook actions in a simple json file and easily share them within your team.
@@ -22,17 +22,17 @@ For more information have a look at the [documentation](https://captainhook-go.g
2222

2323
## Installation
2424

25-
You can download the application binary for your platform from the [release page](https://github.com/captainhook-go/captainhook/releases/latest "Latest CaptainHook Release").
25+
You can download the application binary for your platform from the [release page](https://github.com/captainhook-git/captainhook-bin/releases/latest "Latest CaptainHook Release").
2626
Or use one of the following options.
2727

2828
Use `Homebrew` to install *CaptainHook*.
2929
```bash
30-
brew tap captainhook-go/captainhook
30+
brew tap captainhook-git/captainhook-bin
3131
brew install captainhook
3232
```
3333
Use `go install` to install *CaptainHook*.
3434
```bash
35-
go install github.com/captainhook-go/captainhook/cmd/captainhook@latest
35+
go install github.com/captainhook-git/captainhook-bin/cmd/captainhook@latest
3636
```
3737

3838

0 commit comments

Comments
 (0)