From 911a92a74e25292161071b89dcf0e68ba729002b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 13 Aug 2020 11:10:00 +0200 Subject: [PATCH] ci: use new repo URL --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 65c84e8..ec3d82d 100644 --- a/.build.yml +++ b/.build.yml @@ -2,8 +2,8 @@ image: alpine/edge packages: - go sources: - - https://git.sr.ht/~emersion/koushin + - https://git.sr.ht/~emersion/alps tasks: - build: | - cd koushin + cd alps go test -v ./...