Merge pull request #268789 from h7x4/pkgs-sxiv-add-maintainer

sxiv: add h7x4 as maintainer

authored by Nick Cao and committed by GitHub cf2bc2f1 e84381bb

+1 -1
+1 -1
pkgs/applications/graphics/sxiv/default.nix
··· 29 29 homepage = "https://github.com/muennich/sxiv"; 30 30 license = lib.licenses.gpl2Plus; 31 31 platforms = lib.platforms.linux; 32 - maintainers = with maintainers; [ ]; 32 + maintainers = with maintainers; [ h7x4 ]; 33 33 }; 34 34 }