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:
parent
cef5106e1c
commit
f147a306d5
2 changed files with 5 additions and 2 deletions
|
@ -98,5 +98,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
meta.doc = ./livebook.md;
|
||||
meta = {
|
||||
doc = ./livebook.md;
|
||||
maintainers = with lib.maintainers; [ munksgaard scvalex ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue