diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2025-04-04 21:58:45 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2025-04-04 21:58:45 +0400 |
| commit | 70a49f1b5a9e7a8af2248d855f70b84b7f8ebb0d (patch) | |
| tree | c0ae549d4d060f6b7feb6961e9e4a435ff80af80 | |
| parent | b2195e138762677bca17bcdbc835566535901b83 (diff) | |
fix: rename package to ssu-template
| -rw-r--r-- | template/main.typ | 2 | ||||
| -rw-r--r-- | typst.toml | 2 |
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", @@ -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>"] |