maintainers: add Subserial (#493234)

This commit is contained in:
Marcin Serwin 2026-03-04 16:15:27 +00:00 committed by GitHub
commit d72fb2f9b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -25810,6 +25810,13 @@
githubId = 12984845;
name = "Subhrajyoti Sen";
};
Subserial = {
email = "me@subserial.website";
github = "Subserial";
githubId = 25187940;
matrix = "@me:subserial.website";
name = "Subserial";
};
sudo-mac = {
email = "dreems2reality@gmail.com";
github = "sudo-mac";

View file

@ -26,6 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
maintainers = with lib.maintainers; [
dit7ya
id3v1669
Subserial
];
platforms = lib.platforms.linux;
mainProgram = "wayshot";