ff2mpv-rust: add ryze as a maintainer

This commit is contained in:
Ryze312 2024-02-15 09:48:11 +03:00
parent f5e9743d1d
commit 6821c0c23c
No known key found for this signature in database
GPG Key ID: 9B296C5CEAEAAAC1

View File

@ -31,7 +31,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 ];
maintainers = with maintainers; [ arthsmn ryze ];
mainProgram = "ff2mpv-rust";
};
}