From 3cf59d3289ed9436fbfbae442da954a7436fb277 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Wed, 30 Jun 2021 15:07:52 +0100 Subject: Rename repository to RSAComb --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.sbt') 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")) ThisBuild / scmInfo := Some( ScmInfo( - url("https://github.com/KRR-Oxford/RSA-combined-approach"), - "scm:git@github.com:KRR-Oxford/RSA-combined-approach.git" + url("https://github.com/KRR-Oxford/RSAComb"), + "scm:git@github.com:KRR-Oxford/RSAComb.git" ) ) // ThisBuild / developers := List( @@ -24,7 +24,7 @@ ThisBuild / scmInfo := Some( ThisBuild / description := "Re-implementation of the combined approach for CQ answering over RSA ontologies." // ThisBuild / licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) ThisBuild / homepage := Some( - url("https://github.com/KRR-Oxford/RSA-combined-approach") + url("https://github.com/KRR-Oxford/RSAComb") ) lazy val root = (project in file(".")) -- cgit v1.2.3