summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/main.typ2
-rw-r--r--typst.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/main.typ b/template/main.typ
index 985b7ca..1df3e48 100644
--- a/template/main.typ
+++ b/template/main.typ
@@ -1,4 +1,4 @@
-#import "@local/sgu-template:0.0.1": conf
+#import "@local/ssu-template:0.0.1": conf
#show: conf.with(
title: [Тема работы],
type: "referat",
diff --git a/typst.toml b/typst.toml
index a19c073..71ce391 100644
--- a/typst.toml
+++ b/typst.toml
@@ -1,5 +1,5 @@
[package]
-name = "sgu-template"
+name = "ssu-template"
version = "0.0.1"
entrypoint = "conf.typ"
authors = ["Danila Grogirev <danila.sar@yandex.ru>"]