From 550450a3b1e07a70a506d872137ea43774d2c5e0 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 7 Nov 2023 20:45:45 +0100 Subject: feat: add support for other vcs systems (#128) Adds support to other VCS systems as per the specification. Defaults to `git` for backwards compatibility. Renames the internally used `.GitURL` to `.RepoURL` for clarity. --- templates/index.html | 2 +- templates/package.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 7353742..8014921 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,7 +33,7 @@
Source: - {{ .GitURL }} + {{ .RepoURL }}
diff --git a/templates/package.html b/templates/package.html index bd56c38..6183c51 100644 --- a/templates/package.html +++ b/templates/package.html @@ -1,7 +1,7 @@ - + -- cgit v1.2.3