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; }; })