Skip to content

Commit 1c63af7

Browse files
committed
Add developers to build.sbt
1 parent 37d17e7 commit 1c63af7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ inThisBuild(
1010
// publish settings
1111
organization := "ch.epfl.lamp",
1212
homepage := Some(url("https://lampepfl.github.io/gears")),
13-
licenses := List(License.Apache2)
13+
licenses := List(License.Apache2),
14+
developers := List(
15+
Developer("natsukagami", "Natsu Kagami", "natsukagami@gmail.com", url("https://github.com/natsukagami"))
16+
)
1417
)
1518
)
1619

0 commit comments

Comments
 (0)