From b935fd328d8c03c11b125d92d28198d787471612 Mon Sep 17 00:00:00 2001 From: Aaron Trowbridge Date: Tue, 10 Sep 2024 08:22:58 -0400 Subject: [PATCH] patch: repo name --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 3f86715..c2fb7d8 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -67,6 +67,6 @@ makedocs(; ) deploydocs(; - repo="github.com/aarontrowbridge/QuantumCollocation.jl.git", + repo="github.com/kestrelquantum/QuantumCollocation.jl.git", devbranch="main", )