summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2025-04-04 21:58:45 +0400
committerAndrew Guschin <guschin@altlinux.org>2025-04-04 21:58:45 +0400
commit70a49f1b5a9e7a8af2248d855f70b84b7f8ebb0d (patch)
treec0ae549d4d060f6b7feb6961e9e4a435ff80af80
parentb2195e138762677bca17bcdbc835566535901b83 (diff)
fix: rename package to ssu-template
-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>"]