cog: add missing meta attributes
This commit is contained in:
parent
b883c88ff1
commit
46be6039f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user