From 5206a8fc340180afed3f5eb0b601dfb82de16494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Tue, 31 Dec 2024 18:46:28 -0500 Subject: [PATCH] feat: added package metadata --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 47960c4..98c4956 100644 --- a/flake.nix +++ b/flake.nix @@ -126,7 +126,14 @@ }" ''; - meta.mainProgram = "zen"; + meta = { + description = "Experience tranquillity while browsing the web without people tracking you!"; + homepage = "https://zen-browser.app"; + downloadPage = "https://zen-browser.app/download/"; + changelog = "https://github.com/zen-browser/desktop/releases"; + platforms = pkgs.lib.platforms.linux; + mainProgram = "zen"; + }; }; supportedSystems = [