Unverified Commit 6821c0c2 authored by Ryze312's avatar Ryze312
Browse files

ff2mpv-rust: add ryze as a maintainer

parent f5e9743d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}