diff --git a/docs/make.jl b/docs/make.jl index 02cf387..e44a750 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,11 +7,11 @@ makedocs( modules = [MPSDynamics], highlightsig = true, sitename = "MPSDynamics.jl", - authors = "Angus Dunnett", + authors = "Angus Dunnett, Thibaut Lacroix, Brieuc Le Dé", expandfirst = [] ) deploydocs( - repo = "github.com/angusdunnett/MPSDynamics.git", + repo = "github.com/shareloqs/MPSDynamics.git", devurl = "docs" )