Skip to content

Commit

Permalink
chore: update references to old repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmistica committed Jun 13, 2023
1 parent cbbc3c6 commit b32b25c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gcal
name: holiday-planner-go

on:
push:
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/jvmistica/gcal
module github.com/jvmistica/holiday-planner-go

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"os"

"github.com/jvmistica/gcal/pkg/suggestion"
"github.com/jvmistica/holiday-planner-go/pkg/suggestion"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions pkg/suggestion/suggestion.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package suggestion
import (
"fmt"

"github.com/jvmistica/gcal/pkg/gcal"
"github.com/jvmistica/gcal/pkg/trello"
"github.com/jvmistica/holiday-planner-go/pkg/gcal"
"github.com/jvmistica/holiday-planner-go/pkg/trello"
)

// GenerateSuggestions queries Google Calendar for holidays and generates a trello.List of long weekends and suggested leaves on Trello
Expand Down
4 changes: 2 additions & 2 deletions pkg/suggestion/suggestion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"
"testing"

"github.com/jvmistica/gcal/pkg/gcal"
"github.com/jvmistica/gcal/pkg/trello"
"github.com/jvmistica/holiday-planner-go/pkg/gcal"
"github.com/jvmistica/holiday-planner-go/pkg/trello"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectKey=jvmistica_gcal
sonar.projectKey=jvmistica_holiday-planner-go
sonar.organization=jvmistica
sonar.go.coverage.reportPaths=cover.out
sonar.test.inclusions=**/*_test.go

0 comments on commit b32b25c

Please sign in to comment.