liquidsoap: add meta.changelog
This commit is contained in:
parent
1a964af2b2
commit
5caf4b9c39
1 changed files with 4 additions and 3 deletions
|
@ -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 [];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue