nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

shotgun: add novenary to maintainers

I am upstream, so I think it's appropriate for me to be listed here too.

novenary dc8eaddb 5ace6ef7

+1 -1
+1 -1
pkgs/tools/graphics/shotgun/default.nix
··· 17 17 description = "Minimal X screenshot utility"; 18 18 homepage = "https://github.com/neXromancers/shotgun"; 19 19 license = with licenses; [ mpl20 ]; 20 - maintainers = with maintainers; [ figsoda lumi ]; 20 + maintainers = with maintainers; [ figsoda lumi novenary ]; 21 21 platforms = platforms.linux; 22 22 }; 23 23 }