Merge pull request #88804 from anmonteiro/anmonteiro/cockroachdb-20.1.0
cockroachdb: fix license
This commit is contained in:
commit
213804cbf9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ buildGoPackage rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.cockroachlabs.com";
|
||||
description = "A scalable, survivable, strongly-consistent SQL database";
|
||||
license = licenses.asl20;
|
||||
license = licenses.bsl11;
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
maintainers = with maintainers; [ rushmorem thoughtpolice rvolosatovs ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue