cockroach-bin: Update licenses

Update licenses according to

- https://www.cockroachlabs.com/docs/releases/#licenses and
- https://github.com/cockroachdb/cockroach/blob/master/LICENSE
This commit is contained in:
Alexander Ben Nasrallah
2024-08-19 11:33:18 +02:00
parent 79b28e8372
commit 855b8f7f49
@@ -39,7 +39,11 @@ buildFHSEnv {
meta = with lib; {
homepage = "https://www.cockroachlabs.com";
description = "Scalable, survivable, strongly-consistent SQL database";
license = licenses.bsl11;
license = with licenses; [
bsl11
mit
cockroachdb-community-license
];
platforms = [ "aarch64-linux" "x86_64-linux" ];
maintainers = with maintainers; [ rushmorem thoughtpolice neosimsim ];
};