Skip to content

Commit

Permalink
feat: change module root to git.numtide.com
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee committed Dec 23, 2023
1 parent 25230e2 commit 298e5ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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/numtide/treefmt
module git.numtide.com/numtide/treefmt

go 1.21

Expand Down
4 changes: 2 additions & 2 deletions internal/cli/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"time"

"github.com/numtide/treefmt/internal/cache"
"github.com/numtide/treefmt/internal/format"
"git.numtide.com/numtide/treefmt/internal/cache"
"git.numtide.com/numtide/treefmt/internal/format"

"github.com/charmbracelet/log"
"github.com/juju/errors"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"git.numtide.com/numtide/treefmt/internal/cli"
"github.com/alecthomas/kong"
"github.com/numtide/treefmt/internal/cli"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

meta = with lib; {
description = "treefmt: one CLI to format your repo";
homepage = "https://github.com/numtide/treefmt";
homepage = "https://git.numtide.com/numtide/treefmt";
license = licenses.mit;
mainProgram = "treefmt";
};
Expand Down
2 changes: 1 addition & 1 deletion test/treefmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# One CLI to format the code tree - https://github.com/numtide/treefmt
# One CLI to format the code tree - https://git.numtide.com/numtide/treefmt

[formatter.python]
command = "black"
Expand Down

0 comments on commit 298e5ac

Please sign in to comment.