Merge pull request #329283 from arthsmn/ff2mpv-rust

ff2mpv-rust: remove arthsmn from the maintainers
This commit is contained in:
éclairevoyant
2024-07-23 01:50:40 +00:00
committed by GitHub
+1 -1
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";
};
}