mpv: Update license per:

- https://github.com/mpv-player/mpv/blob/master/meson.build
This commit is contained in:
Jonathan Davies 2025-11-24 17:22:04 +00:00
commit 14cb7c3556
No known key found for this signature in database

View file

@ -340,7 +340,10 @@ stdenv.mkDerivation (finalAttrs: {
MPlayer and mplayer2 projects, with great improvements above both.
'';
changelog = "https://github.com/mpv-player/mpv/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
license = [
lib.licenses.gpl2Plus
lib.licenses.lgpl21Plus
];
mainProgram = "mpv";
maintainers = with lib.maintainers; [
fpletz