[2.x] ci: Update launcher-package rpmUrl (#8833)

This commit is contained in:
kenji yoshida 2026-03-01 02:48:26 +09:00 committed by GitHub
parent c3e72f79c0
commit f64b5288ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ val launcherPackage = (project in file(".")).
}))
},
rpmVendor := "scalacenter",
rpmUrl := Some("http://github.com/sbt/sbt-launcher-package"),
rpmUrl := Some("https://github.com/sbt/sbt"),
rpmLicense := Some("Apache-2.0"),
// This is intentionally does not list Java. java-devel could bring in JDK 9-ea on Fedora,
// and java-1.8.0-devel doesn't work on CentOS 6 and 7.