Unverified Commit 2dbb03e1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cog: add missing meta attributes (#349145)

parents 285b9e7e 46be6039
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;