From 2410794673b7e55e6120b19a0528f4f82e018506 Mon Sep 17 00:00:00 2001 From: Oleg Nizhnik Date: Tue, 16 Feb 2021 19:40:18 +0300 Subject: [PATCH] move to tofu-tf --- .gitignore | 3 ++- build.sbt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5a49c78e..b33c76f1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ target/ .metals .bloop .vscode -metals.sbt \ No newline at end of file +metals.sbt +.bsp \ No newline at end of file diff --git a/build.sbt b/build.sbt index 010e9d80..8f2d6daa 100644 --- a/build.sbt +++ b/build.sbt @@ -32,8 +32,8 @@ val common = List( homepage := Some(url("https://manatki.org/docs/derevo")), scmInfo := Some( ScmInfo( - url("https://github.com/manatki/derevo"), - "git@github.com:manatki/derevo.git" + url("https://github.com/tofu-tf/derevo"), + "git@github.com:tofu-tf/derevo.git" ) ), publishTo := { @@ -53,7 +53,7 @@ val common = List( .filter(_.exists()) .map(Credentials.apply), pgpSecretRing := Path.userHome / ".gnupg" / "secring.gpg", - organization := "org.manatki", + organization := "tf.tofu", version := { val branch = git.gitCurrentBranch.value if (branch == "master") publishVersion