t2v/stackable-controller

wrong scm:url & scm:connection

Closed this issue · 1 comments

https://github.com/t2v/stackable-controller/blob/master/project/Build.scala#L35-L36

<url>git@github.com:stackable-controller</url>
<connection>scm:git:git@github.com:stackable-controller</connection>

should be something like

<url>git@github.com:t2v/stackable-controller</url>
<connection>scm:git:git@github.com:t2v/stackable-controller</connection>

Thanks

Oh! that's right. thanks!!