Skip to content

Commit

Permalink
Rename repo to RyanConnell/concert-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanConnell committed Dec 31, 2023
1 parent b6f0ff3 commit 9930a00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cmd/watcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"os"
"sort"

"github.com/RyanConnell/concertwatch/internal/watcher"
"github.com/RyanConnell/concertwatch/pkg/ticketmaster"
"github.com/RyanConnell/concert-watcher/internal/watcher"
"github.com/RyanConnell/concert-watcher/pkg/ticketmaster"
)

type flags struct {
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/RyanConnell/concertwatch
module github.com/RyanConnell/concert-watcher

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: concertwatch
name: concert-watcher
version: "1.0.0"
6 changes: 3 additions & 3 deletions internal/watcher/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"fmt"
"strings"

"github.com/RyanConnell/concertwatch/pkg/discord"
"github.com/RyanConnell/concertwatch/pkg/set"
"github.com/RyanConnell/concertwatch/pkg/ticketmaster"
"github.com/RyanConnell/concert-watcher/pkg/discord"
"github.com/RyanConnell/concert-watcher/pkg/set"
"github.com/RyanConnell/concert-watcher/pkg/ticketmaster"
)

type Watcher struct {
Expand Down

0 comments on commit 9930a00

Please sign in to comment.