Commit bb27f930 authored by Jon Seager's avatar Jon Seager Committed by Bjørn Forsman
Browse files

homepage-dashboard: add changelog to meta

parent 62fddf40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;