Commit 46be6039 authored by Ben Mayer's avatar Ben Mayer
Browse files

cog: add missing meta attributes

parent b883c88f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;