From c741cca5f27a2bd5b869febd4b17f2164600a32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Thu, 13 Sep 2018 00:21:14 -0400 Subject: [PATCH] Use github.com/aptly-dev/aptly as the go package path. Without this change the first time setup instructions fail at the `make install` stage. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31dbcffd..72bc7878 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,8 +86,8 @@ to prepend it or to skip this test if you're security conscious. As Go is using repository path in import paths, it's better to clone aptly repo (not your fork) at default location: - mkdir -p ~/go/src/github.com/smira - cd ~/go/src/github.com/smira + mkdir -p ~/go/src/github.com/aptly-dev + cd ~/go/src/github.com/aptly-dev git clone git@github.com:aptly-dev/aptly.git cd aptly