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

This commit is contained in:
Michael Daniels
2026-05-03 03:36:06 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -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
View File
@@ -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;
};
})