From 0aa54ca467e0395fbc2169b721f9e3e281ba2e14 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 2 Nov 2018 14:20:17 +0100 Subject: [PATCH] Change repos in makefile --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5fd86db..a3ffd4c 100644 --- a/Makefile +++ b/Makefile @@ -9,19 +9,19 @@ deps: go get github.com/simon-weber/gomarkov install-tg: - go get -u github.com/hamcha/tg + go get -u git.fromouter.space/hamcha/tg tg-broker: install-tg - go get -u github.com/hamcha/tg/cmd/tg-broker + go get -u git.fromouter.space/hamcha/tg/cmd/tg-broker clessy-mods: install-tg - go build -o clessy-mods github.com/hamcha/clessy/mods + go build -o clessy-mods git.fromouter.space/hamcha/clessy/mods clessy-stats: install-tg - go build -o clessy-stats github.com/hamcha/clessy/stats + go build -o clessy-stats git.fromouter.space/hamcha/clessy/stats clessy-stats-import: install-tg - go build -o clessy-stats-import github.com/hamcha/clessy/stats-import + go build -o clessy-stats-import git.fromouter.space/hamcha/clessy/stats-import clean: rm -f clessy-mods clessy-stats \ No newline at end of file