aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2021-11-03 15:01:41 +0000
committerFederico Igne <federico.igne@cs.ox.ac.uk>2021-11-03 15:01:41 +0000
commitead8690acf06e124260d9bb30cb88543775ce498 (patch)
treef13fff1d7d317da783401ebace6c9a144f3a4bfc /build.sbt
parentefcc56381d7ebcd12bb0a9836351ae20dc10d334 (diff)
parentb61dedb7677b92a87adaf585c56f8cff2e5ac777 (diff)
downloadRSAComb-ead8690acf06e124260d9bb30cb88543775ce498.tar.gz
RSAComb-ead8690acf06e124260d9bb30cb88543775ce498.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 7ea29a9..a11b402 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,7 +22,9 @@ ThisBuild / scmInfo := Some(
22// ) 22// )
23 23
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")) 25ThisBuild / licenses := List(
26 "Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")
27)
26ThisBuild / homepage := Some( 28ThisBuild / homepage := Some(
27 url("https://github.com/KRR-Oxford/RSAComb") 29 url("https://github.com/KRR-Oxford/RSAComb")
28) 30)