Skip to content

Commit

Permalink
Add myself as an author
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 11, 2024
1 parent 09a8f1b commit 9965413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ val mainProjectAuthorName = "Esoteric Organisation"
val simplifiedMainProjectAuthorName = mainProjectAuthorName.split(" ").first()
val snakecaseMainProjectAuthorName = snakecase(mainProjectAuthorName)

val projectAuthors = listOfNotNull(mainProjectAuthorName)
val projectAuthors = listOfNotNull(mainProjectAuthorName, "Esoteric Enderman")

val topLevelDomain = "org"

Expand Down

0 comments on commit 9965413

Please sign in to comment.