Skip to content

Commit c97c6ad

Browse files
committed
chore: update repository owner references
1 parent 968861a commit c97c6ad

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- run: go vet ./...
2020
- run: go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.0 run
2121
- run: ./scripts/check-go-coverage.sh
22-
- run: go run github.com/dutifuldev/slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
23-
- run: go run github.com/dutifuldev/slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
24-
- uses: dutifuldev/slophammer@main
22+
- run: go run github.com/osolmaz/slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
23+
- run: go run github.com/osolmaz/slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
24+
- uses: osolmaz/slophammer@main
2525
with:
2626
checker: go
2727
version: 0.4.0

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ These instructions apply to this repository.
55
## Slophammer Standards
66

77
This Go repository follows the Slophammer guidance from
8-
`dutifuldev/slophammer/docs/AGENT_ENTRYPOINT.md`.
8+
`osolmaz/slophammer/docs/AGENT_ENTRYPOINT.md`.
99

1010
## Local Checks
1111

@@ -17,9 +17,9 @@ go test -coverprofile=coverage.out ./...
1717
go vet ./...
1818
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.0 run
1919
./scripts/check-go-coverage.sh
20-
go run github.com/dutifuldev/slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
21-
go run github.com/dutifuldev/slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
22-
go run github.com/dutifuldev/slophammer/go/cmd/slophammer-go@v0.4.0 check . --coverage-profile coverage.out --only go.coverage-required --only go.dry-required --only go.crap-required
20+
go run github.com/osolmaz/slophammer/go/cmd/slophammer-go@v0.4.0 dry . --max-candidates 0
21+
go run github.com/osolmaz/slophammer/go/cmd/slophammer-go@v0.4.0 crap . --max-score 8
22+
go run github.com/osolmaz/slophammer/go/cmd/slophammer-go@v0.4.0 check . --coverage-profile coverage.out --only go.coverage-required --only go.dry-required --only go.crap-required
2323
git diff --check
2424
```
2525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ archive, or any Git checkout that `git push` can update.
1111
## Install
1212

1313
```sh
14-
go install github.com/dutifuldev/xtap-sync/cmd/xtap-sync@latest
14+
go install github.com/osolmaz/xtap-sync/cmd/xtap-sync@latest
1515
```
1616

1717
From a local checkout:

cmd/xtap-sync/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/dutifuldev/xtap-sync/internal/syncer"
14+
"github.com/osolmaz/xtap-sync/internal/syncer"
1515
)
1616

1717
const (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/dutifuldev/xtap-sync
1+
module github.com/osolmaz/xtap-sync
22

33
go 1.26

0 commit comments

Comments
 (0)