We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683db00 commit 1094f6dCopy full SHA for 1094f6d
config.go
@@ -6,7 +6,7 @@ import (
6
7
"gopkg.in/yaml.v3"
8
9
- "gitmux/tmux"
+ "github.com/arl/gitmux/tmux"
10
)
11
12
// Config configures output formatting.
gitmux.go
@@ -10,8 +10,8 @@ import (
"github.com/arl/gitstatus"
13
- "gitmux/json"
14
+ "github.com/arl/gitmux/json"
15
16
17
var version = "<<development version>>"
go.mod
@@ -1,4 +1,4 @@
1
-module gitmux
+module github.com/arl/gitmux
2
3
go 1.24
4
0 commit comments