Update import path in snapcraft.yaml due to the org transition - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9266bf9d4c24592b875a7f6b92f761b4cea40879
(DIR) parent 873a6f18851bcda79d562ff6c02e1109e8e31a88
(HTM) Author: digitalcraftsman <digitalcraftsman@users.noreply.github.com>
Date: Tue, 13 Jun 2017 19:28:34 +0200
Update import path in snapcraft.yaml due to the org transition
Diffstat:
M snapcraft.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git 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