aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-06-30 15:07:52 +0100
committerFederico Igne <git@federicoigne.com>2021-06-30 15:07:52 +0100
commit3cf59d3289ed9436fbfbae442da954a7436fb277 (patch)
tree5fd6e21edf8ca35a72bf8eac1d1a611f895ff276
parent59decebc8b3c36767073f2879cf39806f39ff6a2 (diff)
downloadRSAComb-3cf59d3289ed9436fbfbae442da954a7436fb277.tar.gz
RSAComb-3cf59d3289ed9436fbfbae442da954a7436fb277.zip
Rename repository to RSAComb
-rw-r--r--.gitignore1
-rw-r--r--build.sbt6
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 53cd333..5c5c581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@ lib_managed/
21src_managed/ 21src_managed/
22project/boot/ 22project/boot/
23project/plugins/project/ 23project/plugins/project/
24project/project/
24.history 25.history
25.cache 26.cache
26.lib/ 27.lib/
diff --git a/build.sbt b/build.sbt
index 4b774e7..bf44744 100644
--- a/build.sbt
+++ b/build.sbt
@@ -8,8 +8,8 @@ ThisBuild / organizationHomepage := Some(url("https://www.cs.ox.ac.uk"))
8 8
9ThisBuild / scmInfo := Some( 9ThisBuild / 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(
24ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." 24ThisBuild / 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"))
26ThisBuild / homepage := Some( 26ThisBuild / homepage := Some(
27 url("https://github.com/KRR-Oxford/RSA-combined-approach") 27 url("https://github.com/KRR-Oxford/RSAComb")
28) 28)
29 29
30lazy val root = (project in file(".")) 30lazy val root = (project in file("."))