From aea33b35443478528b233aba05e5c40c199a394a Mon Sep 17 00:00:00 2001
From: xuwei-k <6b656e6a69@gmail.com>
Date: Tue, 21 Mar 2017 15:07:44 +0900
Subject: [PATCH] s/softprops/sbt
---
build.sbt | 8 ++++----
notes/about.markdown | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build.sbt b/build.sbt
index 0350960..29cee18 100644
--- a/build.sbt
+++ b/build.sbt
@@ -19,9 +19,9 @@ libraryDependencies ++= Seq("net.databinder.dispatch" %% "dispatch-json4s-native
initialCommands := "import scala.concurrent.ExecutionContext.Implicits.global;"
licenses := Seq("MIT" ->
- url(s"https://github.com/softprops/${name.value}/blob/${version.value}/LICENSE"))
+ url(s"https://github.com/sbt/${name.value}/blob/${version.value}/LICENSE"))
-homepage := Some(url(s"https://github.com/softprops/${name.value}/#readme"))
+homepage := Some(url(s"https://github.com/sbt/${name.value}/#readme"))
bintrayPackageLabels := Seq("bintray", "dispatch", "http")
@@ -29,8 +29,8 @@ publishArtifact in Test := false
pomExtra := (
- git@github.com:softprops/{name.value}.git
- scm:git:git@github.com:softprops/{name.value}.git
+ git@github.com:sbt/{name.value}.git
+ scm:git:git@github.com:sbt/{name.value}.git
diff --git a/notes/about.markdown b/notes/about.markdown
index 3cf5844..8a426bb 100644
--- a/notes/about.markdown
+++ b/notes/about.markdown
@@ -1 +1 @@
-[bintry](https://github.com/softprops/bintry) is an interface for interacting with and publishing to [bintray.com](https://bintray.com/)
+[bintry](https://github.com/sbt/bintry) is an interface for interacting with and publishing to [bintray.com](https://bintray.com/)