From 2b0406163ec9ff37ae5f03920b6092e128b10099 Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Thu, 3 Sep 2026 13:25:26 +0300 Subject: [PATCH] chore: fix repository link in typst.toml --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 92a3bfa..ee4c579 100644 --- a/typst.toml +++ b/typst.toml @@ -3,7 +3,7 @@ name = "ktu-paper" version = "0.1.0" compiler = "0.12.0" entrypoint = "src/lib.typ" -repository = "https://git.svetikas.lt/JustAnyone/dotfiles" +repository = "https://github.com/svetikas/ktu-paper" authors = ["Dominykas Svetikas "] license = "MIT" description = "KTU report template to use for writing lab reports or final thesis."