summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-06-13 19:28:34 +0200
committerGitHub <noreply@github.com>2017-06-13 19:28:34 +0200
commit9266bf9d4c24592b875a7f6b92f761b4cea40879 (patch)
tree34f6ee148818471b4e3f948abcb444e36edd4d7b
parent873a6f18851bcda79d562ff6c02e1109e8e31a88 (diff)
Update import path in snapcraft.yaml due to the org transition
-rw-r--r--snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index f55d1c996..3fab5c9ff 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -17,7 +17,7 @@ parts:
hugo:
source: .
plugin: go
- go-importpath: github.com/spf13/hugo
+ go-importpath: github.com/gohugoio/hugo
build-packages:
- git
- make
@@ -26,7 +26,7 @@ parts:
prepare: |
export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
export PATH=$GOPATH/bin:$PATH
- cd $GOPATH/src/github.com/spf13/hugo
+ cd $GOPATH/src/github.com/gohugoio/hugo
make vendor
make test
rm -f $GOPATH/bin/govendor