summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-01-28 20:34:06 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-01-28 20:34:06 -0300
commit6607132a7e3a19967c4c5636cf4a916d33360261 (patch)
tree59ec926f31ad4579a3d22254c241779fac144562 /pkgs/applications/video
parent4c4b377a23282b516bc991f0bc928d91dc28994a (diff)
mpv: add meta.changelog
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 7f6fd0b286f4..701654d81f5b 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -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;