mpv: add meta.changelog

This commit is contained in:
Anderson Torres 2023-01-28 20:34:06 -03:00
parent 4c4b377a23
commit 6607132a7e

View File

@ -216,6 +216,7 @@ in stdenv.mkDerivation rec {
mpv is a free and open-source general-purpose video player, based on the
MPlayer and mplayer2 projects, with great improvements above both.
'';
changelog = "https://github.com/mpv-player/mpv/releases/tag/v${version}";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ];
platforms = platforms.unix;