From 9609222c443f026946059a449750b432e11fdcd6 Mon Sep 17 00:00:00 2001
From: Minyong Li <ml10g20@soton.ac.uk>
Date: Mon, 7 Jun 2021 18:11:04 +0100
Subject: [PATCH] build.sbt: change project name to can

---
 build.sbt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 69310ab..7631af1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -5,8 +5,8 @@ ThisBuild / scalaVersion := "2.12.13"
 
 lazy val root = (project in file("."))
   .settings(
-    organization := "uk.ac.soton.ecs.ml10g20",
-    name := "nisc",
+    organization := "uk.ac.soton.ecs",
+    name := "can",
     version := "0.1.0",
     libraryDependencies ++= Seq(
       "edu.berkeley.cs" %% "chisel3" % "3.4.3",
-- 
GitLab