Skip to content

Commit 23d097e

Browse files
committed
Typesafe -> Lightbend in more places
1 parent 3f8f152 commit 23d097e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Unix.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object Unix {
6565

6666
// RPM Specific
6767
name in Rpm := "scala",
68-
rpmVendor := "typesafe",
68+
rpmVendor := "lightbend",
6969
rpmUrl := Some("http://github.com/scala/scala"),
7070
rpmLicense := Some("BSD"),
7171
rpmGroup := Some("Development/Languages"),

scripts/jobs/release/website/archives

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# need to re-declare it as an array, not sure how to do that directly in jenkins
33
declare -a sshCharaArgs="$sshCharaArgs"
44

5-
url="http://downloads.typesafe.com/scala/$version"
5+
url="http://downloads.lightbend.com/scala/$version"
66

77
if [[ "$version" =~ .*-nightly ]]
88
then archivesDir="~linuxsoft/archives/scala/nightly/2.11.x"

0 commit comments

Comments
 (0)