Update repo URL

This commit is contained in:
Chris de Graaf 2017-08-24 23:17:17 -05:00
parent 24b9f7899a
commit 67eb1393a2

View File

@ -11,14 +11,14 @@ makedocs(;
"Licenses" => "pages/licenses.md", "Licenses" => "pages/licenses.md",
"Index" => "pages/index.md", "Index" => "pages/index.md",
], ],
repo="https://github.com/christopher-dG/PkgTemplates.jl/blob/{commit}{path}#L{line}", repo="https://github.com/invenia/PkgTemplates.jl/blob/{commit}{path}#L{line}",
sitename="PkgTemplates.jl", sitename="PkgTemplates.jl",
authors="Chris de Graaf, Invenia Technical Computing Corporation", authors="Chris de Graaf, Invenia Technical Computing Corporation",
assets=[], assets=[],
) )
deploydocs(; deploydocs(;
repo="github.com/christopher-dG/PkgTemplates.jl", repo="github.com/invenia/PkgTemplates.jl",
target="build", target="build",
julia="0.6", julia="0.6",
deps=nothing, deps=nothing,