summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 87220069..9d75cac1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,7 +9,7 @@ ghpages.settings
lazy val chiselBuildSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.0",
- name := "Chisel",
+ name := "Chisel3",
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
scalaVersion := "2.11.7",