cog: add missing meta attributes (#349145)

This commit is contained in:
Aleksana 2024-10-23 17:03:46 +08:00 committed by GitHub
commit 2dbb03e17a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;