From c56a9cad38f7564feda186d1618ce6da7eb3fd9d Mon Sep 17 00:00:00 2001 From: Paul Cleary Date: Sun, 4 Oct 2020 15:28:33 -0400 Subject: [PATCH] Update build.sbt (#996) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c09112ec7..6af99eaee 100644 --- a/build.sbt +++ b/build.sbt @@ -369,7 +369,7 @@ lazy val docSettings = Seq( micrositeGithubOwner := "VinylDNS", micrositeGithubRepo := "vinyldns", micrositeName := "VinylDNS", - micrositeDescription := "DNS Management Platform", + micrositeDescription := "DNS Governance", micrositeAuthor := "VinylDNS", micrositeHomepage := "http://vinyldns.io", micrositeDocumentationUrl := "/api",