diff --git a/.travis.yml b/.travis.yml index aa8cfbbd0..5cc2bc743 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)" diff --git a/README.md b/README.md index 8d55860a2..76a62c377 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.sbt b/build.sbt index 39514c050..71f16dd60 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ val root = (project in file(".")). file }, // GENERAL LINUX PACKAGING STUFFS - maintainer := "Eugene Yokota ", + maintainer := "Eugene Yokota ", packageSummary := "sbt, the interactive build tool", packageDescription := """This script provides a native way to run sbt, a build tool for Scala and more.""",