homepage-dashboard: remove trailing period from meta.description

This commit is contained in:
Jon Seager 2024-03-11 09:41:14 +00:00 committed by Bjørn Forsman
parent bb27f930c8
commit 8ab31764fc

View File

@ -94,7 +94,7 @@ buildNpmPackage rec {
};
meta = {
description = "A highly customisable dashboard with Docker and service API integrations.";
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";