shotgun: add novenary to maintainers

I am upstream, so I think it's appropriate for me to be listed here too.
This commit is contained in:
novenary 2023-06-13 19:30:44 +03:00
parent 5ace6ef7de
commit dc8eaddb93

View file

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