From 598659a488918341d44a0f195f107dcc475879a3 Mon Sep 17 00:00:00 2001 From: arthsmn Date: Mon, 22 Jul 2024 21:17:14 -0300 Subject: [PATCH] ff2mpv-rust: remove arthsmn from the maintainers --- pkgs/by-name/ff/ff2mpv-rust/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ff/ff2mpv-rust/package.nix b/pkgs/by-name/ff/ff2mpv-rust/package.nix index 2ffd89d1ef0b..c6db7961d0ed 100644 --- a/pkgs/by-name/ff/ff2mpv-rust/package.nix +++ b/pkgs/by-name/ff/ff2mpv-rust/package.nix @@ -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"; }; }