homepage-dashboard: add changelog to meta

This commit is contained in:
Jon Seager 2024-03-11 08:29:36 +00:00 committed by Bjørn Forsman
parent 62fddf40a9
commit bb27f930c8

View file

@ -95,6 +95,7 @@ buildNpmPackage rec {
meta = {
description = "A highly customisable dashboard with Docker and service API integrations.";
changelog = "https://github.com/gethomepage/homepage/releases/tag/v${version}";
mainProgram = "homepage";
homepage = "https://gethomepage.dev";
license = lib.licenses.gpl3;