Explorar o código

v2ray-plugin: Fix `GO_PKG` module path.

zxl hhyccc hai 9 meses
pai
achega
cee47e81cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      v2ray-plugin/Makefile

+ 1 - 1
v2ray-plugin/Makefile

@@ -22,7 +22,7 @@ PKG_BUILD_PARALLEL:=1
 PKG_USE_MIPS16:=0
 PKG_BUILD_FLAGS:=no-mips16
 
-GO_PKG:=github.com/shadowsocks/v2ray-plugin
+GO_PKG:=github.com/teddysun/v2ray-plugin
 GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION)
 
 include $(INCLUDE_DIR)/package.mk