Co-authored-by: Marco Zühlke <mzuehlke@gmail.com>
This commit is contained in:
Arman Bilge 2023-02-12 22:54:19 -08:00 committed by GitHub
parent 3cde7f8e07
commit 11ea11e382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3347,7 +3347,7 @@ object Classpaths {
}
val p3 = releaseNotesURL.value match {
case Some(u) =>
p1.extra("info.releaseNotesUrl" -> u.toExternalForm)
p2.extra("info.releaseNotesUrl" -> u.toExternalForm)
case _ => p2
}
p3