Update domain

This commit is contained in:
Lukas Stancik
2026-06-27 22:03:54 +02:00
parent 0f1ea00800
commit 76919dc1f4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
name = "md-to-html"
version = "0.0.3"
edition = "2021"
repository = "https://git.stancik.work/lusk/md-to-html"
repository = "https://git.stancik.cz/lusk/md-to-html"
description = "Markdown to HTML converter"
authors = ["Sokhibjon Orzikulov <orzklv.uz>", "Lukas Stancik <lukas.stancik.work>"]
authors = ["Sokhibjon Orzikulov <orzklv.uz>", "Lukas Stancik <lukas.stancik.cz>"]
readme = "README.md"
license = "GPL-3.0"
+1 -1
View File
@@ -8,7 +8,7 @@ clean:
rm -f Cargo.lock
init:
-git clone https://git.stancik.work/lusk/markdown-rs.git
-git clone https://git.stancik.cz/lusk/markdown-rs.git
release/build: init
docker run --rm -it \