Unverified Commit 1702117a authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

wl-mirror: adopt, add meta.mainProgram attribute (#514275)

parents 137c0101 156e1748
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -19677,6 +19677,13 @@
    githubId = 5629639;
    name = "Nindouja";
  };
  ninelore = {
    email = "9l+nix@9lo.re";
    matrix = "@9lore:tchncs.de";
    github = "ninelore";
    githubId = 21343557;
    name = "Ingo Reitz";
  };
  ninjafb = {
    email = "oscar@oronberg.com";
    github = "NinjaFB";
+2 −1
Original line number Diff line number Diff line
@@ -86,10 +86,11 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  meta = {
    mainProgram = "wl-mirror";
    homepage = "https://github.com/Ferdi265/wl-mirror";
    description = "Simple Wayland output mirror client";
    license = lib.licenses.gpl3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ ninelore ];
    platforms = lib.platforms.linux;
  };
})