Skip to content

Commit a8eb048

Browse files
authored
treefmt2: fix -X flags (#356135)
1 parent 65ef030 commit a8eb048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tr/treefmt2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ buildGoModule rec {
1919
ldflags = [
2020
"-s"
2121
"-w"
22-
"-X git.numtide.com/numtide/treefmt/build.Name=treefmt"
23-
"-X git.numtide.com/numtide/treefmt/build.Version=v${version}"
22+
"-X github.com/numtide/treefmt/build.Name=treefmt"
23+
"-X github.com/numtide/treefmt/build.Version=v${version}"
2424
];
2525

2626
meta = {

0 commit comments

Comments
 (0)