From 2d9896a6a529d56dc0a959e4f1e2117c00ea3552 Mon Sep 17 00:00:00 2001 From: Jev Kuznetsov Date: Thu, 23 Apr 2026 16:24:28 +0200 Subject: [PATCH] switch to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f462d96..4b7ff73 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Minimal Cookiecutter template for python CLI tools. Python 3.12+, uv, Typer, ruf ## Usage ```bash -cruft create git@git.roxautomation.com:sjev/python-cli-template.git +cruft create https://git.roxautomation.com/sjev/python-cli-template.git cd your-project cat README.md ```