Skip to content

Commit a306728

Browse files
djeangmarc0der
authored andcommitted
Fix websiteUrl
1 parent 3108bc7 commit a306728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/sdkman/changelogs/JekaMigrations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MicronautMigrations {
1717
name = "JeKa",
1818
description =
1919
"JeKa is a modern build tool for Java, designed to simplify and streamline your development experience. It reshapes Java application building for a generation of developers seeking lightweight, accessible, yet powerful solutions."
20-
websiteUrl = "http://jeka.dev"
20+
websiteUrl = "https://jeka.dev"
2121
).insert()
2222
}
2323
}

0 commit comments

Comments
 (0)