Skip to content

Commit

Permalink
chore: adapt repo and license (#1)
Browse files Browse the repository at this point in the history
* chore: adapt repo and license

* scalafmt
  • Loading branch information
octonato authored Nov 20, 2024
1 parent 0b2772a commit 515e558
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
ROOT_DIR := ${SHELL_DIR}
TARGET_DIR := ${ROOT_DIR}/target/site

upstream := lightbend/akka-javasdk
upstream := akka/akka-sdk
branch := docs/current
sources := src build/src/managed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ The Akka SDK is used to develop Akka services.

License
-------
The Akka SDK is licensed under the Business Source License 1.1, please see the [Akka License FAQ](https://www.lightbend.com/akka/license-faq).
The Akka SDK is licensed under the Business Source License 1.1, please see the [Akka License FAQ](https://akka.io/bsl-license-faq).

Tests and documentation are under a separate license, see the LICENSE file in each documentation and test root directory for details.
3 changes: 1 addition & 2 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ object CommonSettings extends AutoPlugin {
name = "Akka SDK Developers",
email = "[email protected]",
url = url("https://akka.io"))),
scmInfo := Some(
ScmInfo(url("https://github.com/akka/akka-sdk"), "scm:[email protected]:akka/akka-sdk.git")),
scmInfo := Some(ScmInfo(url("https://github.com/akka/akka-sdk"), "scm:[email protected]:akka/akka-sdk.git")),
releaseNotesURL := (
if ((ThisBuild / isSnapshot).value) None
else Some(url(s"https://github.com/akka/akka-sdk/releases/tag/v${version.value}"))
Expand Down

0 comments on commit 515e558

Please sign in to comment.