Commit 6a58a232 authored by Robert Schütz's avatar Robert Schütz
Browse files

jellyfin-ffmpeg: update meta

parent c6985d11
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -32,11 +32,12 @@ in
    ${old.postPatch or ""}
  '';

  meta = with lib; {
  meta = {
    inherit (old.meta) license mainProgram;
    changelog = "https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v${version}";
    description = "${old.meta.description} (Jellyfin fork)";
    homepage = "https://github.com/jellyfin/jellyfin-ffmpeg";
    license = licenses.gpl3;
    maintainers = with maintainers; [ justinas ];
    maintainers = with lib.maintainers; [ justinas ];
    pkgConfigModules = [ "libavutil" ];
  };
})