0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

livebook: add munksgaard and scvalex as maintainers

This commit is contained in:
Alexandru Scvortov 2024-07-25 17:15:36 +01:00
parent cef5106e1c
commit f147a306d5
2 changed files with 5 additions and 2 deletions

View file

@ -98,5 +98,8 @@ in
};
};
meta.doc = ./livebook.md;
meta = {
doc = ./livebook.md;
maintainers = with lib.maintainers; [ munksgaard scvalex ];
};
}

View file

@ -36,7 +36,7 @@ beamPackages.mixRelease rec {
license = licenses.asl20;
homepage = "https://livebook.dev/";
description = "Automate code & data workflows with interactive Elixir notebooks";
maintainers = with maintainers; [ munksgaard ];
maintainers = with maintainers; [ munksgaard scvalex ];
platforms = platforms.unix;
};
}