diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-30 10:45:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-30 10:45:30 +0300 |
| commit | adecf1fd2e55a0605d03f36952846f6336506d37 (patch) | |
| tree | c02af76c7ea906f22c742cf4be83e488e5fcf050 /go.mod | |
| parent | 0d7063e5c91efeb219a4be5b93525b0837c8d3be (diff) | |
Rename module to codeberg.org/snonux/play (task aa)
- Update go.mod module path
- Replace all internal imports from github.com/paul/kiss-media-player to codeberg.org/snonux/play
- Run go mod tidy and gofmt -w .
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/paul/kiss-media-player +module codeberg.org/snonux/play go 1.25.0 |
