From dc8eaddb93d8baec870f2c3735e6112e180517ec Mon Sep 17 00:00:00 2001 From: novenary Date: Tue, 13 Jun 2023 19:30:44 +0300 Subject: [PATCH] shotgun: add novenary to maintainers I am upstream, so I think it's appropriate for me to be listed here too. --- pkgs/tools/graphics/shotgun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/shotgun/default.nix b/pkgs/tools/graphics/shotgun/default.nix index eab31c3bfda5..fd774726285b 100644 --- a/pkgs/tools/graphics/shotgun/default.nix +++ b/pkgs/tools/graphics/shotgun/default.nix @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec { description = "Minimal X screenshot utility"; homepage = "https://github.com/neXromancers/shotgun"; license = with licenses; [ mpl20 ]; - maintainers = with maintainers; [ figsoda lumi ]; + maintainers = with maintainers; [ figsoda lumi novenary ]; platforms = platforms.linux; }; }