Skip to content

Commit

Permalink
[ci skip] Drop S
Browse files Browse the repository at this point in the history
  • Loading branch information
Travja committed Apr 17, 2024
1 parent 522d1aa commit 9e0d209
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<scope>compile</scope>
</dependency>

<!-- MageMonkeyStudios -->
<!-- MageMonkeyStudio -->
<dependency>
<groupId>studio.magemonkey</groupId>
<artifactId>codex</artifactId>
Expand Down Expand Up @@ -213,8 +213,8 @@

<developers>
<developer>
<name>MageMonkeyStudios</name>
<organization>MageMonkeyStudios</organization>
<name>MageMonkeyStudio</name>
<organization>MageMonkeyStudio</organization>
<organizationUrl>https://magemonkey.studio</organizationUrl>
</developer>
</developers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/studio/magemonkey/divinity/Divinity.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import java.sql.SQLException;

/**
* @author © 2024 MageMonkeyStudios
* @author © 2024 MageMonkeyStudio
*/
public class Divinity extends CodexDataPlugin<Divinity, DivinityUser> {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2024 MageMonkeyStudios
* Copyright 2024 MageMonkeyStudio
*/
package studio.magemonkey.divinity.modules.list.customitems;

Expand Down

0 comments on commit 9e0d209

Please sign in to comment.