codeberg-pages: add myself as maintainer

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2024-07-07 21:06:29 +02:00
parent 7d0bccb1c5
commit ff3f131d35
@@ -27,7 +27,7 @@ buildGoModule rec {
meta = with lib; {
mainProgram = "pages";
maintainers = with maintainers; [ laurent-f1z1 ];
maintainers = with maintainers; [ laurent-f1z1 christoph-heiss ];
license = licenses.eupl12;
homepage = "https://codeberg.org/Codeberg/pages-server";
description = "Static websites hosting from Gitea repositories";