9 lines
134 B
Nix
9 lines
134 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "mpv";
|
|
homepage = "https://mpv.io/";
|
|
maintainers = with lib.maintainers; [
|
|
awwpotato
|
|
naho
|
|
];
|
|
}
|