homepage-dashboard: remove trailing period from meta.description
This commit is contained in:
parent
bb27f930c8
commit
8ab31764fc
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue