Skip to content

Commit 0505ba4

Browse files
committed
Add missing sbt setting
1 parent e1c5cfc commit 0505ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ libraryDependencies ++= Seq(
1010
)
1111

1212
organization := "com.github.cb372"
13+
homepage := Some(url("https://github.com/cb372/scala-typed-holes"))
1314
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
1415
developers := List(
1516
Developer(

0 commit comments

Comments
 (0)