From 46be6039f5e225645f1aedd39806ea05f88a22ff Mon Sep 17 00:00:00 2001 From: Ben Mayer Date: Wed, 16 Oct 2024 23:59:24 +0200 Subject: [PATCH] cog: add missing meta attributes --- pkgs/development/web/cog/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/web/cog/default.nix b/pkgs/development/web/cog/default.nix index 7de90857c06e..35194301772b 100644 --- a/pkgs/development/web/cog/default.nix +++ b/pkgs/development/web/cog/default.nix @@ -67,6 +67,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Small single “window” launcher for the WebKit WPE port"; + homepage = "https://github.com/Igalia/cog"; + mainProgram = "cog"; license = licenses.mit; maintainers = [ maintainers.matthewbauer ]; platforms = platforms.linux;