codeberg-pages: add meta.changelog

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2024-07-07 18:02:08 +02:00
parent 894279ce01
commit 7d0bccb1c5
@@ -31,5 +31,6 @@ buildGoModule rec {
license = licenses.eupl12;
homepage = "https://codeberg.org/Codeberg/pages-server";
description = "Static websites hosting from Gitea repositories";
changelog = "https://codeberg.org/Codeberg/pages-server/releases/tag/v${version}";
};
}