From 76919dc1f4787cdfa923fc6b0f24a53a2f6c368b Mon Sep 17 00:00:00 2001 From: Lukas Stancik Date: Sat, 27 Jun 2026 22:03:54 +0200 Subject: [PATCH] Update domain --- Cargo.toml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ba4d52..1e3ac5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Lukas Stancik "] +authors = ["Sokhibjon Orzikulov ", "Lukas Stancik "] readme = "README.md" license = "GPL-3.0" diff --git a/Makefile b/Makefile index 4943ac0..0a4397a 100644 --- a/Makefile +++ b/Makefile @@ -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 \