diff --git a/brouter-codec/build.gradle b/brouter-codec/build.gradle index 1e02d07..a0be311 100644 --- a/brouter-codec/build.gradle +++ b/brouter-codec/build.gradle @@ -18,7 +18,7 @@ publishing { register("jar", MavenPublication) { from(components["java"]) pom { - url.set("https://github.com//.git") + url.set("https://github.com/afischerdev/brouter.git") } } }