diff --git a/Makefile b/Makefile index bcb249972c4443bf82ac452084d359fed73bb146..e126f3c86477a5da44f3f679d2ce485133bdb463 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_NAME := "dyndnsd-client" -PKG := "git.ethitter.com/debian/$(PROJECT_NAME)" +PKG := "git.ethitter.com/open-source/$(PROJECT_NAME)" PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/) GO_FILES := $(shell find . -name '*.go' | grep -v /vendor/ | grep -v _test.go)