diff options
author | Federico Igne <git@federicoigne.com> | 2021-06-30 15:07:52 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-06-30 15:07:52 +0100 |
commit | 3cf59d3289ed9436fbfbae442da954a7436fb277 (patch) | |
tree | 5fd6e21edf8ca35a72bf8eac1d1a611f895ff276 | |
parent | 59decebc8b3c36767073f2879cf39806f39ff6a2 (diff) | |
download | RSAComb-3cf59d3289ed9436fbfbae442da954a7436fb277.tar.gz RSAComb-3cf59d3289ed9436fbfbae442da954a7436fb277.zip |
Rename repository to RSAComb
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | build.sbt | 6 |
2 files changed, 4 insertions, 3 deletions
@@ -21,6 +21,7 @@ lib_managed/ | |||
21 | src_managed/ | 21 | src_managed/ |
22 | project/boot/ | 22 | project/boot/ |
23 | project/plugins/project/ | 23 | project/plugins/project/ |
24 | project/project/ | ||
24 | .history | 25 | .history |
25 | .cache | 26 | .cache |
26 | .lib/ | 27 | .lib/ |
@@ -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(".")) |