mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
mpv: Update license per:
- https://github.com/mpv-player/mpv/blob/master/meson.build
This commit is contained in:
parent
fc94594b89
commit
14cb7c3556
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue