Pekko becomes TLP (#1214)

This commit is contained in:
PJ Fanning 2024-03-22 14:16:08 +01:00 committed by GitHub
parent 0646754739
commit e3410bcaa8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 120 additions and 131 deletions

View file

@ -25,6 +25,6 @@ object GitHub {
def url(v: String): String = {
val branch = if (v.endsWith("SNAPSHOT")) "main" else "v" + v
"https://github.com/apache/incubator-pekko/tree/" + branch
"https://github.com/apache/pekko/tree/" + branch
}
}