diff options
Diffstat (limited to 'build.sbt')
-rw-r--r-- | build.sbt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,8 +8,8 @@ ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk")) | |||
8 | 8 | ||
9 | ThisBuild / scmInfo := Some( | 9 | ThisBuild / scmInfo := Some( |
10 | ScmInfo( | 10 | ScmInfo( |
11 | url("https://github.com/KRR-Oxford/RSA-combined-approach"), | 11 | url("https://github.com/KRR-Oxford/RSAComb"), |
12 | "scm:git@github.com:KRR-Oxford/RSA-combined-approach.git" | 12 | "scm:git@github.com:KRR-Oxford/RSAComb.git" |
13 | ) | 13 | ) |
14 | ) | 14 | ) |
15 | // ThisBuild / developers := List( | 15 | // ThisBuild / developers := List( |
@@ -24,7 +24,7 @@ ThisBuild / scmInfo := Some( | |||
24 | ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." | 24 | ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." |
25 | // ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) | 25 | // ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) |
26 | ThisBuild / homepage := Some( | 26 | ThisBuild / homepage := Some( |
27 | url("https://github.com/KRR-Oxford/RSA-combined-approach") | 27 | url("https://github.com/KRR-Oxford/RSAComb") |
28 | ) | 28 | ) |
29 | 29 | ||
30 | lazy val root = (project in file(".")) | 30 | lazy val root = (project in file(".")) |