From e50d93467298aff1b88fee4e4fbb163b42613477 Mon Sep 17 00:00:00 2001 From: nick-linux8 Date: Tue, 9 Jun 2026 23:19:16 -0400 Subject: [PATCH] xsetroot: add nick-linux to maintainers --- pkgs/by-name/xs/xsetroot/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/xs/xsetroot/package.nix b/pkgs/by-name/xs/xsetroot/package.nix index db3bdc81b024..82f9e885c00f 100644 --- a/pkgs/by-name/xs/xsetroot/package.nix +++ b/pkgs/by-name/xs/xsetroot/package.nix @@ -47,7 +47,9 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://gitlab.freedesktop.org/xorg/app/xsetroot"; license = lib.licenses.mitOpenGroup; mainProgram = "xsetroot"; - maintainers = [ ]; + maintainers = with lib.maintainers; [ + nick-linux + ]; platforms = lib.platforms.unix; }; })