From 9a4287b8f89f66ed0d48830483d7049c8a1fb8d3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 12 Feb 2021 20:37:54 +0200 Subject: [PATCH] package.json: Change URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd78ef6..2682dd1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "An elegant and classy Hugo theme based on the Bootstrap v5 blog example.", "repository": { "type": "git", - "url": "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog" + "url": "https://git.mjanja.ch/alanorth/hugo-theme-bootstrap5-blog" }, "scripts": { "css": "npm-run-all css-compile css-prefix css-minify",