Skip to content

Commit

Permalink
Update build.sbt (chipsalliance#2219)
Browse files Browse the repository at this point in the history
use `chipsalliance` to replace `freechipsproject`
  • Loading branch information
sequencer authored and hcook committed Dec 13, 2019
1 parent 6d6b7ae commit 42ae146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val commonSettings = Seq(
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { x => false },
pomExtra := <url>https://github.com/freechipsproject/rocket-chip</url>
pomExtra := <url>https://github.com/chipsalliance/rocket-chip</url>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -39,8 +39,8 @@ lazy val commonSettings = Seq(
</license>
</licenses>
<scm>
<url>https://github.com/freechipsproject/rocketchip.git</url>
<connection>scm:git:github.com/freechipsproject/rocketchip.git</connection>
<url>https://github.com/chipsalliance/rocketchip.git</url>
<connection>scm:git:github.com/chipsalliance/rocketchip.git</connection>
</scm>,
publishTo := {
val v = version.value
Expand Down

0 comments on commit 42ae146

Please sign in to comment.