Skip to content

Commit

Permalink
Add developers to build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 14, 2024
1 parent 37d17e7 commit 1c63af7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ inThisBuild(
// publish settings
organization := "ch.epfl.lamp",
homepage := Some(url("https://lampepfl.github.io/gears")),
licenses := List(License.Apache2)
licenses := List(License.Apache2),
developers := List(
Developer("natsukagami", "Natsu Kagami", "[email protected]", url("https://github.com/natsukagami"))
)
)
)

Expand Down

0 comments on commit 1c63af7

Please sign in to comment.