mirror of https://github.com/sbt/sbt.git
[2.x] ci: Update launcher-package rpmUrl (#8833)
This commit is contained in:
parent
c3e72f79c0
commit
f64b5288ca
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue