summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sbt b/build.sbt
index 634fe1c9..05755f7c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -52,8 +52,6 @@ lazy val publishSettings = Seq (
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { x => false },
- // Don't add 'scm' elements if we have a git.remoteRepo definition,
- // but since we don't (with the removal of ghpages), add them in below.
pomExtra := <url>http://chisel.eecs.berkeley.edu/</url>
<licenses>
<license>
@@ -62,10 +60,6 @@ lazy val publishSettings = Seq (
<distribution>repo</distribution>
</license>
</licenses>
- <scm>
- <url>https://github.com/freechipsproject/chisel3.git</url>
- <connection>scm:git:github.com/freechipsproject/chisel3.git</connection>
- </scm>
<developers>
<developer>
<id>jackbackrack</id>