From 2d218d535fa68497e94ecdfeb465c8296722032b Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 23 Jun 2024 09:44:19 +0000 Subject: [PATCH] Change module path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab9e1d3..dc197a0 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ NAME = lon-tool SRC ?= main.go BIN_DIR ?= ./bin GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always --tags) -GOFLAGS ?= -ldflags="-s -w -X lon-tool/cmd.version=$(GIT_VERSION)" -WINDOWS_GOFLAGS ?= -ldflags="-extldflags=-static -s -w -X lon-tool/cmd.version=$(GIT_VERSION)" +GOFLAGS ?= -ldflags="-s -w -X git.timoxa0.su/timoxa0/lon-tool/cmd.version=$(GIT_VERSION)" +WINDOWS_GOFLAGS ?= -ldflags="-extldflags=-static -s -w -X git.timoxa0.su/timoxa0/lon-tool/cmd.version=$(GIT_VERSION)" # Windows settings WINDOWS_BIN = $(BIN_DIR)/$(NAME)_win_amd64.exe