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

homepage-dashboard: remove trailing period from `meta.description`

parent bb27f930
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";