Skip to content

Commit 07d5a4a

Browse files
author
Jean-Marc van Leerdam
committed
Fix homepage setting
1 parent f7e1d02 commit 07d5a4a

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
@@ -12,7 +12,7 @@ lazy val plugin = (project in file("plugin"))
1212
.settings(
1313
name := "sbt-azure-functions",
1414
organization := "nl.codestar",
15-
homepage := Some("https://github.com/code-star/sbt-azure-functions-plugin"),
15+
homepage := Some(url("https://github.com/code-star/sbt-azure-functions-plugin")),
1616
// version is set by sbt-dynver plugin (included through sbt-ci-assembly)
1717
description := "SBT Plugin to generate function.json artefacts needed to publish code as an Azure Function",
1818
licenses += ("MIT", url("https://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)