livebook: add munksgaard and scvalex as maintainers

This commit is contained in:
Alexandru Scvortov
2024-07-25 17:17:41 +01:00
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 ];
};
}
+1 -1
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;
};
}