mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: add Subserial (#493234)
This commit is contained in:
commit
d72fb2f9b1
2 changed files with 8 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
maintainers = with lib.maintainers; [
|
||||
dit7ya
|
||||
id3v1669
|
||||
Subserial
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "wayshot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue