Misc email/URL updates

This commit is contained in:
Dale Wijnand 2016-08-22 11:25:30 +01:00
parent e4e3e54c33
commit bea3fac13e
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jdk:
- openjdk6
notifications:
email:
- qbranch@typesafe.com
- sbt-dev-bot@googlegroups.com
before_install:
- cat /etc/hosts # optionally check the content *before*
- sudo hostname "$(hostname | cut -c1-63)"

View File

@ -1,7 +1,7 @@
sbt: the launcher
==================
An alternative script for running [sbt](https://github.com/harrah/xsbt).
An alternative script for running [sbt](https://github.com/sbt/sbt).
It works with sbt 0.7.x projects as well as 0.10+. If you're in an sbt
project directory, the runner will figure out the versions of sbt and
scala required by the project and download them if necessary.

View File

@ -50,7 +50,7 @@ val root = (project in file(".")).
file
},
// GENERAL LINUX PACKAGING STUFFS
maintainer := "Eugene Yokota <eugene.yokota@typesafe.com>",
maintainer := "Eugene Yokota <eugene.yokota@lightbend.com>",
packageSummary := "sbt, the interactive build tool",
packageDescription := """This script provides a native way to run sbt,
a build tool for Scala and more.""",