From 2e8d74827a7ef5b92ddf855b5fb33a610569f9f1 Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Sat, 16 May 2026 04:52:59 -0400 Subject: [PATCH] scrot: add ethancedwards8 as maintainer Signed-off-by: Ethan Carter Edwards --- pkgs/by-name/sc/scrot/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sc/scrot/package.nix b/pkgs/by-name/sc/scrot/package.nix index 967a3cf98a83..61de0243034e 100644 --- a/pkgs/by-name/sc/scrot/package.nix +++ b/pkgs/by-name/sc/scrot/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Command-line screen capture utility"; mainProgram = "scrot"; platforms = lib.platforms.linux; - maintainers = [ ]; + maintainers = with lib.maintainers; [ ethancedwards8 ]; license = lib.licenses.mitAdvertising; }; })