Skip to content
Snippets Groups Projects
Commit 9685ecb2 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix project URl reference

parent 56312b07
No related branches found
No related tags found
1 merge request!2Fix project URL reference
Pipeline #580 passed with stages
in 5 minutes and 4 seconds
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment