From 70a49f1b5a9e7a8af2248d855f70b84b7f8ebb0d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 4 Apr 2025 21:58:45 +0400 Subject: fix: rename package to ssu-template --- template/main.typ | 2 +- 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", 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 "] -- cgit v1.2.3