hugo: fix github repo owner

This commit is contained in:
Yann Hodique 2017-06-21 06:13:31 -07:00
parent 66a5e0c8e0
commit 0d72dfdcdf

View file

@ -7,7 +7,7 @@ buildGoPackage rec {
goPackagePath = "github.com/gohugoio/hugo";
src = fetchFromGitHub {
owner = "spf13";
owner = "gohugoio";
repo = "hugo";
rev = "v${version}";
sha256 = "1q398afrkmg480c2an9pyhqkbi9iw266q4svwqrvm408gzjprdzp";