From ace8d97cd86ea6c0bd95b5942a8ef0f264a4578f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 7 Dec 2020 14:41:02 +0200 Subject: [PATCH] Adjust git URL --- package.json | 2 +- theme.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 201594f..bdcdd2b 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://github.com/alanorth/hugo-theme-bootstrap5-blog.git" + "url": "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog" }, "scripts": { "css": "npm-run-all css-compile css-prefix css-minify", diff --git a/theme.toml b/theme.toml index 0391cf5..44338d3 100644 --- a/theme.toml +++ b/theme.toml @@ -1,8 +1,8 @@ name = "Hugo Bootstrap v5 Blog" license = "CC-BY-3.0" -licenselink = "https://github.com/alanorth/hugo-theme-bootstrap5-blog/blob/master/LICENSE.txt" +licenselink = "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog/tree/master/LICENSE.txt" description = "An elegant and classy Hugo theme based on the Bootstrap v5 blog example." -homepage = "https://github.com/alanorth/hugo-theme-bootstrap4-blog" +homepage = "https://git.sr.ht/~alanorth/hugo-theme-bootstrap5-blog" tags = ["bootstrap", "blog"] features = ["responsive", "blog"] min_version = 0.55