Commit 5caf4b9c authored by Emery Hemingway's avatar Emery Hemingway
Browse files

liquidsoap: add meta.changelog

parent 1a964af2
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -129,12 +129,13 @@ stdenv.mkDerivation {
    ocamlPackages.yaml
  ];

  meta = with lib; {
  meta = {
    description = "Swiss-army knife for multimedia streaming";
    mainProgram = "liquidsoap";
    homepage = "https://www.liquidsoap.info/";
    maintainers = with maintainers; [ dandellion ehmry ];
    license = licenses.gpl2Plus;
    changelog = "https://raw.githubusercontent.com/savonet/liquidsoap/main/CHANGES.md";
    maintainers = with lib.maintainers; [ dandellion ehmry ];
    license = lib.licenses.gpl2Plus;
    platforms = ocamlPackages.ocaml.meta.platforms or [];
  };
}