Skip to content

Commit 0a5e25c

Browse files
committed
Correct module name
1 parent df1655e commit 0a5e25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module com.maxmind.db {
1+
module com.maxmind.geoip2 {
22
requires com.fasterxml.jackson.annotation;
33
requires com.fasterxml.jackson.databind;
44
requires com.maxmind.db;

0 commit comments

Comments
 (0)