wl-mirror: adopt, add meta.mainProgram attribute (#514275)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user