chore: fix repository link in typst.toml

This commit is contained in:
2026-09-03 13:25:26 +03:00
parent 39a5959bca
commit 2b0406163e
+1 -1
View File
@@ -3,7 +3,7 @@ name = "ktu-paper"
version = "0.1.0" version = "0.1.0"
compiler = "0.12.0" compiler = "0.12.0"
entrypoint = "src/lib.typ" entrypoint = "src/lib.typ"
repository = "https://git.svetikas.lt/JustAnyone/dotfiles" repository = "https://github.com/svetikas/ktu-paper"
authors = ["Dominykas Svetikas <https://svetikas.lt>"] authors = ["Dominykas Svetikas <https://svetikas.lt>"]
license = "MIT" license = "MIT"
description = "KTU report template to use for writing lab reports or final thesis." description = "KTU report template to use for writing lab reports or final thesis."