Commit 855b8f7f authored by Alexander Ben Nasrallah's avatar Alexander Ben Nasrallah
Browse files
parent 79b28e83
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 ];
  };