Skip to content

Commit

Permalink
liquidsoap: add meta.changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed May 9, 2024
1 parent 1a964af commit 5caf4b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/audio/liquidsoap/full.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [];
};
}

0 comments on commit 5caf4b9

Please sign in to comment.