Adjust git URL

This commit is contained in:
Alan Orth 2020-12-07 14:41:02 +02:00
parent 5adf096e51
commit ace8d97cd8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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