Updated import path within makefile

This commit is contained in:
Thomas Boerger 2016-11-10 20:04:49 +01:00
parent f47bc29804
commit e802a4b9b9
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
IMPORT := github.com/go-gitea/go-sdk
IMPORT := code.gitea.io/sdk
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
GENERATE ?= github.com/go-gitea/go-sdk/gitea
GENERATE ?= code.gitea.io/sdk/gitea
.PHONY: all
all: clean test build