livebook: add munksgaard and scvalex as maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user