cog: add missing meta attributes (#349145)
This commit is contained in:
commit
2dbb03e17a
@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Small single “window” launcher for the WebKit WPE port";
|
description = "Small single “window” launcher for the WebKit WPE port";
|
||||||
|
homepage = "https://github.com/Igalia/cog";
|
||||||
|
mainProgram = "cog";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.matthewbauer ];
|
maintainers = [ maintainers.matthewbauer ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user