Skip to content

Commit

Permalink
ci.sbt: Fix homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Oct 27, 2022
1 parent 289404d commit f6f4535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
inThisBuild(List(
homepage := Some(url("https://github.com/nafg/mergify-yaml")),
homepage := Some(url("https://github.com/nafg/css-dsl")),
licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer("nafg", "Naftoli Gugenheim", "[email protected]", url("https://github.com/nafg"))
Expand Down

0 comments on commit f6f4535

Please sign in to comment.