Skip to content

Commit

Permalink
Set homepage setting to be GitHub repo URL explicitely for the project (
Browse files Browse the repository at this point in the history
  • Loading branch information
calvellido authored Nov 14, 2019
1 parent acd52c9 commit d97a3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ object ProjectPlugin extends AutoPlugin {
Seq(
name := "sbt-microsites",
description := "An sbt plugin to create awesome microsites for your project",
homepage := Some(url(orgGithubSetting.value.home)),
startYear := Some(2016),
scalaVersion := V.scala,
crossScalaVersions := Seq(V.scala),
Expand Down

0 comments on commit d97a3e3

Please sign in to comment.