Skip to content

Commit 243a410

Browse files
committed
Fix build.sbt URL
1 parent d7b6742 commit 243a410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root =
1515

1616
// publish settings
1717
organization := "ch.epfl.lamp",
18-
homepage := Some("https://lampepfl.github.io/gears"),
18+
homepage := Some(url("https://lampepfl.github.io/gears")),
1919
licenses := List(License.Apache2)
2020
)
2121
)

0 commit comments

Comments
 (0)