ff2mpv-rust: remove arthsmn from the maintainers

This commit is contained in:
arthsmn 2024-07-22 21:17:14 -03:00
parent de19b7eaff
commit 598659a488
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
description = "Native messaging host for ff2mpv written in Rust";
homepage = "https://github.com/ryze312/ff2mpv-rust";
license = licenses.gpl3Only;
maintainers = with maintainers; [ arthsmn ryze ];
maintainers = with maintainers; [ ryze ];
mainProgram = "ff2mpv-rust";
};
}