Skip to content

Commit dbc5d9c

Browse files
committed
fix: reference codeberg.org instead of github.com
1 parent 74aba40 commit dbc5d9c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ VERSION := $(if $(and $(GIT_TAG),$(filter v$(BASE_VERSION),$(GIT_TAG))),v$(BASE_
2626

2727
# Build flags
2828
LDFLAGS := -ldflags="-w -s \
29-
-X 'github.com/orien/stackaroo/internal/version.Version=$(VERSION)' \
30-
-X 'github.com/orien/stackaroo/internal/version.GitCommit=$(GIT_COMMIT)' \
31-
-X 'github.com/orien/stackaroo/internal/version.BuildDate=$(BUILD_DATE)'"
29+
-X 'codeberg.org/orien/stackaroo/internal/version.Version=$(VERSION)' \
30+
-X 'codeberg.org/orien/stackaroo/internal/version.GitCommit=$(GIT_COMMIT)' \
31+
-X 'codeberg.org/orien/stackaroo/internal/version.BuildDate=$(BUILD_DATE)'"
3232

3333
# Default target
3434
help: ## Show this help message

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"os"
1010

1111
"charm.land/lipgloss/v2"
12-
"github.com/charmbracelet/fang"
1312
"codeberg.org/orien/stackaroo/internal/version"
13+
"github.com/charmbracelet/fang"
1414
"github.com/spf13/cobra"
1515
)
1616

internal/diff/output.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"os"
1111
"strings"
1212

13-
"github.com/charmbracelet/x/term"
1413
"codeberg.org/orien/stackaroo/internal/aws"
14+
"github.com/charmbracelet/x/term"
1515
)
1616

1717
// toText returns a human-readable text representation of the diff results

internal/diff/output_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111

1212
"errors"
1313

14-
"github.com/charmbracelet/x/term"
1514
"codeberg.org/orien/stackaroo/internal/aws"
15+
"github.com/charmbracelet/x/term"
1616
"github.com/stretchr/testify/assert"
1717
)
1818

0 commit comments

Comments
 (0)