Skip to content

Commit

Permalink
build: update module path to dbohdan.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Dec 28, 2024
1 parent acd9aa6 commit c4a20e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ are attached to [releases](https://github.com/dbohdan/recur/releases).
Install Go, then run the following command:

```shell
go install github.com/dbohdan/recur/v2@latest
go install dbohdan.com/recur/v2@latest
```

## Build requirements
Expand Down
2 changes: 1 addition & 1 deletion README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ are attached to [releases](https://github.com/dbohdan/recur/releases).
Install Go, then run the following command:

```shell
go install github.com/dbohdan/recur/v2@latest
go install dbohdan.com/recur/v2@latest
```

## Build requirements
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dbohdan/recur
module dbohdan.com/recur

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dbohdan/recur/v2
module dbohdan.com/recur/v2

go 1.19

Expand Down

0 comments on commit c4a20e9

Please sign in to comment.